html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
    
    overflow-x: hidden;
}

html,
body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    
    box-sizing: border-box;
}

/**/

textarea:focus::-webkit-input-placeholder {
    color: transparent!important;
}

textarea:focus::-moz-placeholder {
    color: transparent!important;
}

textarea:focus:-ms-input-placeholder {
    color: transparent!important;
}

textarea:focus:-moz-placeholder {
    color: transparent!important;
}

input:focus::-webkit-input-placeholder {
    color: transparent!important;
}

input:focus::-moz-placeholder {
    color: transparent!important;
}

input:focus:-ms-input-placeholder {
    color: transparent!important;
}

input:focus:-moz-placeholder {
    color: transparent!important;
}

/**/

a,
a:hover,
a:active,
a:focus {
    text-decoration: none !important;
}

/*---------------------------//
 //      PÁGINA INICIAL       //
//---------------------------*/
/*--- navegação ---*/

.hide {
    display: none;
}

.menu-ativo {
    background-color: rgba(51, 51, 51, 0.99);
    padding-bottom: 20px;
    padding-left: 15px!important;
}

.remove-transition {
    transition: all ease 0s;
    overflow-x: hidden;
}

.padding {
    position: relative !important;
    padding-top: 0 !important;
}

@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}

.navbar {
    height: 80px;
    font-family: 'Raleway', sans-serif;
    padding-top: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
}

.navbar-inverse {
    background-color: rgba(21, 31, 35, 0.15);
    border-color: transparent;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    padding-left: 24px;
}

.navbar-inverse .navbar-nav>li .ativo {
    color: #75afe5;
    font-weight: 900;
}

.navbar-inverse .navbar-nav>li .ativo:hover {
    color: #75afe5;
}

.navbar-inverse .navbar-nav>li .tel {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding-right: 0;
    position: relative;
    top: -2px;
    cursor: text;
}

.fa-phone {
    margin-right: 10px;
}

.navbar-nav>li .fa-facebook-square {
    font-size: 24px;
    position: relative;
    top: -6px;
    margin-left: 7px;
}

.navbar-brand {
    position: relative;
    top: -16px;
    left: 0px;
}

@media(max-width: 350px) {
    .navbar-brand {
        width: 201px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-inverse .container {
    width: 795px;
    }
}

/*--- HEADER ---*/

#intro {
    min-height: 598px;
    background-image: url(../img/intro-home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 146px;
    margin-top: 0px;
    transition: all ease .3s;
}

.intro-ativo {
    margin-top: 150px!important;
    transition: all ease .3s;
}

#intro h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    font-size: 46px;
    letter-spacing: -3px;
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
}

#intro p {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    letter-spacing: -1px;
    position: relative;
    top: -7px;
    margin-bottom: 34px;
}

#intro a {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    border: 2px solid #fff;
    padding: 11px 43px;
}

@media(max-width: 668px) {
    #intro h1 {
        font-weight: 700;
        font-size: 35px;
    }
}

@media(max-width: 400px) {
    #intro {
        padding-bottom: 100px;
    }
}

/*--- SOBRE ---*/

#sobre {
    padding-bottom: 16px;
}

#sobre .box {
    height: 296px;
    width: 296px;
    background-color: #fff;
    margin: 15px;
    position: relative;
    top: -73px;
    padding-top: 42px;
    -webkit-box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.11);
}

#sobre .box:last-child {
    margin-right: 0;
}

#sobre .box h3 {
    font-weight: 800;
    font-size: 18px;
    letter-spacing: -1px;
    color: #666;
    text-transform: uppercase;
    margin-top: 21px;
}

#sobre .box p {
    font-weight: 300;
    font-size: 13px;
    color: #000;
    max-width: 200px;
    margin: 0 auto;
    position: relative;
    top: 3px;
    line-height: 20px;
}

#sobre .texto {
    position: relative;
    top: -33px;
}

#sobre .texto img {
    position: relative;
    top: 5px;
}

#sobre .texto h3 {
    margin-top: 0;
    font-size: 25px;
    font-weight: 800;
    color: #666;
    text-transform: uppercase;
    letter-spacing: -1px;
}

#sobre .texto span {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    position: relative;
    top: -6px;
}

#sobre .texto p {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    line-height: 20px;
    margin-top: 18px;
}

/*--- toltip ---*/
#sobre .texto p span {
    color: #2b80d2;
    font-size: 13px;
    top: 0;
    font-weight: 400;
    cursor: pointer;
}

#sobre .texto p span:before {
    content: "";
    position: absolute;
    right: -277px;
    top: -180px;
    width: 356px;
    height: 165px;
    padding: 22px 24px;
    font-size: 12px;
    line-height: 19px;
    color: #666;
    border: 5px solid rgba(0, 0, 0, 0.08);
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 0px 36px 0px    rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 36px 0px         rgba(0, 0, 0, 0.09);
}

#sobre .texto p span:after {
    content: "";
    position: absolute;
    right: -50px;
    top: -30px;
    width: 26px;
    height: 26px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.08);
    border-right: 5px solid rgba(0, 0, 0, 0.08);
    background-color: #fff;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

#sobre .texto p span:after,
#sobre .texto p span:before {
    z-index: -1;
    opacity: 0;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

#sobre .texto p span:hover:after,
#sobre .texto p span:hover:before {
    opacity: 1;
    z-index: 2;
}

#sobre .texto p span:hover:after {
    right: 34px;
    transition: all ease-out .3s;
}

#sobre .texto p span:hover:before {
    right: -227px;
}


/*--*/



#sobre .texto p strong {
    font-weight: 700;
}

#sobre .texto p:last-child {
    margin-top: 20px;
}

#sobre .cta {
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 29px;
    font-weight: 500;
    font-size: 14px;
    background-color: #21609c;
    position: relative;
    top: 59px;
}

@media(max-width: 991px) {
    #sobre .col-sm-6 {
        width: 46%;
    }

    #sobre .col-sm-12 {
        width: 96%;
    }

}

@media(max-width: 767px) {
    #sobre .col-sm-6 {
        width: 96%;
    }

    #sobre .texto img {
        width: 100%;
        margin: 30px 0;
    }

}

@media(max-width: 530px) {
    #sobre .col-sm-6 {
        width: 92%;
    }
}

/*--- Alguns Clientes ---*/

#alguns-clientes {
    min-height: 190px;
    background-color: #f3f3f3;
    padding-top: 65px;
}

#alguns-clientes .row {
    position: relative;
    overflow-x: hidden;
}

#alguns-clientes h3 {
    font-size: 23px;
    font-weight: 800;
    color: #666;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 20px;
    position: relative;
    top: 5px;
}

#alguns-clientes h3:after {
    content: "";
    position: absolute;
    height: 69px;
    width: 1px;
    background-color: #d4d4d4;
    right: -37px;
    top: -16px;
}

#alguns-clientes .icons {
    position: relative;
    top: 10px;
    left: 70px;
    opacity: 0;
    
}

#alguns-clientes .icon {
    margin-right: 36px;
    max-width: 19%;
    display: inline-block;
}

#alguns-clientes .next {
    position: absolute;
    width: 35px;
    min-height: 40px;
    background-image: url(../img/next.png);
    top: 23px;
    right: 3px;
    cursor: pointer;
}

#alguns-clientes .ativo {
    opacity: 1;
    left: 20px;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

#alguns-clientes .bloco-2 {
    top: -58px;
}

@media(max-width: 991px) {
    #alguns-clientes .next {
        top: 29px;
        right: -8px;
    }

}

@media(max-width: 767px) {
    #alguns-clientes .next {
        display: none;
    }

    #alguns-clientes .icons {
        opacity: 1;
    }

    #alguns-clientes h3 {
        text-align: center;
    }

    #alguns-clientes .bloco-2 {
        top: 0px;
        left: 20px;
    }

    /*#alguns-clientes .bloco-1 .icon:last-child {
        width: 100%;
    }*/

    #alguns-clientes .icon {
        width: 46%;
        height: 20%;
        max-width: 100%;
        margin-right: 8px;
    }

}


/*--- Contato ---*/

#contato {
    padding-top: 56px;
    padding-bottom: 40px;
    background-color: #21609c;
}

#contato p {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    max-width: 390px;
    margin-bottom: 20px;
    opacity: .8;
}

#contato p strong {
    font-weight: 800;
}

#contato .col-1 img {
    margin-bottom: 25px;
}

#contato .col-2 h4 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
    margin-top: 0;
}

#contato .form-control {
    border-right: 0; 
    box-shadow: 0 0 0; 
    border-color: transparent;
    background-color: #2e69a2;
    border-radius: 0;
    padding-left: 12px;
    height: 40px;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: rgba(255,255,255, .8);
    resize: none;
}

#contato textarea {
    min-height: 120px;
    padding-top: 10px;
}

#contato button {
    border: 0;
    background: transparent;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    float: right;
    padding-right: 0;
}

#contato .form-control::-webkit-input-placeholder {
  color: rgba(255,255,255, .7);
  letter-spacing: -0.4px;
}

#contato .form-control::-moz-placeholder { 
  color: rgba(255,255,255, .7);
  letter-spacing: -0.4px;
}

#contato .form-control:-ms-input-placeholder { 
  color: rgba(255,255,255, .7);
  letter-spacing: -0.4px;
}

#contato .form-control:-moz-placeholder { 
  color: rgba(255,255,255, .7);
  letter-spacing: -0.4px;
}

#contato #email,
#contato #telefone {
    width: 48.6%;
    float: left;
}

#contato #telefone {
    float: right;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

@media(max-width: 767px) {
    #contato .col-1 {
        text-align: center;
        margin-bottom: 50px;
    }

    #contato .col-1 p {
        margin: 0 auto 20px auto;
        max-width: 480px;
    }
}

/*--- footer ---*/

@media(max-width: 560px) {
    #copyright .pull-right,
    #copyright .pull-left {
        float: none!important;
    }
}

@media(max-width: 460px) {
    #footer .row {
        padding-left: 50px;
    }
}

#copyright {
    min-height: 50px;
    background-color: #184773;
    color: #fff;
    padding-top: 11px;
}

#copyright div {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
}

#copyright p {
    font-size:  11px;
    font-weight: 500;
}

#copyright .pull-right {
    position: relative;
    top: -7px;
}

#copyright .pull-right {
    top: 0px;
    opacity: .42;
    margin-bottom: 0;
}

#copyright .pull-left {
    position: relative;
    top: 7px;
    opacity: .42;
}

#copyright img {
    position: relative;
    left: 3px;
}

#copyright a,
#copyright a:hover {
    color: #fff;
}


  /*--------------------------//
 //         SERVIÇOS         //
//--------------------------*/

/*--- HEADER ---*/

#intro-servicos {
    min-height: 300px;
    background-image: url(../img/intro-servicos.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 110px;
}

#intro-servicos h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    font-size: 59px;
    letter-spacing: -4px;
}

#intro-servicos p {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    letter-spacing: -1px;
    position: relative;
    top: -7px;
    margin-bottom: 34px;
}

#intro-servicos a {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    border: 2px solid #fff;
    padding: 11px 43px;
}

@media(max-width: 668px) {
    #intro-servicos h1 {
        font-weight: 700;
        font-size: 35px;
    }

}


/*--- especialidade 1 ---*/

.especialidades {
    min-height: 350px;
}

.especialidades ul {
    list-style: none;
    padding-left: 0;
}

.especialidades .col-xs-12 {
    min-height: 350px;
    position: relative;
}

.especialidades img {
    position: absolute;
    bottom: 0;
}

.especialidades h3 {
    margin-top: 0;
    font-size: 25px;
    font-weight: 800;
    color: #666;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 24px;
    margin-top: 60px;
}

.especialidades p,
.especialidades li {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    line-height: 20px;
    margin-top: 18px;
}

.especialidades li {
    margin-top: 0px;
}

.especialidades ul li:first-child {
    margin-top: 17px;
}

.especialidade-1 h3 {
    margin-top: 60px;
}

.especialidade-1 img {
    left: -63px;
}

/*--*/
.especialidade-2 {
    background-color: #f6f6f6;
    text-align: right; 
    min-height: 
}

.especialidade-2 .col-xs-12 {
    min-height: 362px;
    position: relative;
}

.especialidade-2 h3 {
    margin-top: 58px;
    margin-bottom: 24px;
}

.especialidade-2 img {
    left: 22px;
}

/*--*/
.especialidade-3 .col-xs-12 {
    min-height: 373px;
}

.especialidade-3 img {
    left: 0px;
}

.especialidade-3 h3 {
    margin-top: 80px;
    margin-bottom: 24px;
}

/*--*/
.especialidade-4 {
    background-color: #f6f6f6;
    text-align: right; 
    min-height: 
}

.especialidade-4 h3 {
    margin-top: 80px;
    margin-bottom: 24px;
}

.especialidade-4 img {
    left: 68px;
}

.especialidade-4 .col-xs-12,
.especialidade-4 {
    min-height: 345px;
}

@media(max-width: 991px) {
    .especialidades,
    .especialidades .col-xs-12 {
        min-height: 440px;
    }

    .especialidades img {
        left: 0px;
    }
}

@media(max-width: 767px) {
    .especialidades,
    .especialidades .col-xs-12 {
        min-height: 60px;
        text-align: center;
    }

    .especialidades img {
        left: 0px;
        position: relative;
    }

    .especialidade-1 img,
    .especialidade-3 img {
        display: none;
    }

    .screen img {
        display: block;
    }

    .especialidade-1 h3,
    .especialidade-3 h3 {
        margin-top: 0px;
    }

    /*.especialidade-1,
    .especialidade-3 {
        padding-bottom: 50px;
    }*/

    .especialidade-4 img {
        margin: 0 auto;
    }
}

@media(min-width: 992px) {
    .especialidades img {
        max-height: 330px;
    }
}



/*--- depoimento ---*/

#depoimento {
    min-height: 300px;  
    padding-top: 113px;
    padding-bottom: 60px;
    background-image: url(../img/depoimento.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#depoimento p {
    font-size: 30px;
    line-height: 32px;
    color: #fff;
    letter-spacing: -1.5px;
    font-weight: 700;
    position: relative;
    left: -3px;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

#depoimento span {
    font-size: 15px;
    color: #fff;
    letter-spacing: -0.5px;
    font-weight: 700;
    position: relative;
    left: -3px;
}