.btn-tema {
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #5555;
    border-radius: 50px;
    transition: all 0.4s;
    font-weight: bold;
}
.btn-tema:hover {
    padding: 10px 20px;
    background-color: #ff5720;
    color: #fff;
    border: 1px solid #ff5720;
    border-radius: 50px;
}

.section-headline h2 {
    color: #ff5720;
}

.quem-somos-section {
    padding: 120px 0 120px 0;
}
.quem-somos-section .bio {
    font-size: 18px;
    max-width: 780px;
    margin: auto;
    line-height: 33px;
}

.banner-quem-somos {
    width: 100%;
    min-height: 380px;
    background-image: url(../img/bg-quem-somos.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 13vh;
}

.banner-quem-somos h1 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 58px;
}

@media (max-width: 769px){
    .banner-quem-somos h1 {
        font-size: 33px;
    }
}
.services-area {
    background-color: #f8f8f8;
}
.services-area .section-headline h4 {
    margin-top: 30px;
}
.services-area .section-headline {
    margin-bottom: 100px;
}
/* PORTFOLIO */
.portfolio-area {
    padding: 120px 0 120px 0 !important;
}
.porfolioModal .modal-header,
.porfolioModal .modal-footer {
    border: none;
}
.porfolioModal .modal-header {
    padding-bottom: 0;
    height: 300px;
    background-color: #ff5720
}
.porfolioModal .modal-body {
    padding: 0;
}
.porfolioModal .modal-footer {
    text-align: center;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f8f8f8;
}
.porfolioModal .modal-footer .btn-tema {
    background-color: #ff5720;
    border-color: #ff5720;
    font-size: 17px;
    border-radius: 50px;
    padding: 10px 40px;
    
}
.porfolioModal .close {
    font-size: 44px;
    color: #fff;
}
.porfolioModal .close:hover {
    font-size: 44px;
    color: #fff;
    opacity: 1;
}
.porfolioModal .portfolio-img {
    max-width: 720px;
    width: 100%;
    margin-top: -200px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.porfolioModal .portfolio-description {
    text-align: center;
}
.porfolioModal .portfolio-description h1 {
    font-size: 32px;
    color: #ff5720;
    font-weight: bold;
}
.porfolioModal .portfolio-description p {
    max-width: 760px;
    margin: auto;
    font-size: 18px;
    line-height: 30px;
}
.porfolioModal .modal-dialog {

    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;

}
.porfolioModal .modal-content {
    overflow-y: auto;

    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 100%;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);

}
/* Porfolio Pages */


/* FIM // PORTFOLIO */

/* SERVIÇOS */
.services-section .services-contents h4 {
    color: #ff5720 !important;
    font-size: 18px;
    font-weight: bold;
}

.services-section .item-center {
    margin-left: 12%
}


.service-modal .modal-content {
    border-radius: 30px !important;
}
.service-modal .modal-header,
.service-modal .modal-footer {
    border: none;
}
.service-modal .modal-header {
    background-color: #ff5720;
    height: 150px;
    border-radius: 29px 29px 0 0;
}

.service-modal .modal-body{
    padding-bottom: 40px;
}
.service-modal .close {
    font-size: 44px;
    color: #fff;
}
.service-modal .close:hover {
    opacity: 1;
}

.service-modal .modal-footer {
    text-align: center;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f8f8f8;
    border-radius: 0 0 30px 30px;
}
.service-modal .service-img {
    background-color: #fff;
    padding: 30px;
    width: 180px;
    height: 180px;
    border-radius: 100px;
    margin: -120px auto 0px auto;;
}
.service-modal .modal-body header h1 {
    font-size: 32px;
    font-weight: bold;
}

.service-modal .modal-footer .btn-tema {
    background-color: #ff5720;
    border-color: #ff5720;
    font-size: 17px;
    border-radius: 50px;
    padding: 10px 40px;
    
}
.service-modal .modal-footer .btn-tema-default {
    background-color: #b9b9b9;
    border-color: #b9b9b9;
    font-size: 17px;
    border-radius: 50px;
    padding: 10px 40px;
    transition: all 0.6s;
    
}
.service-modal .modal-footer .btn-tema-default:hover {
    background-color: #ff5720;
    border-color: #ff5720;
    font-size: 17px;
    border-radius: 50px;
    padding: 10px 40px;
    
}
.service-modal .modal-footer .btn-tema-form {
    background-color: #15cc43;
    border-color: #15cc43;
    font-size: 17px;
    border-radius: 50px;
    padding: 10px 40px;
    
}

@media (max-width: 1099px) {
    .services-section .item-center {
    margin-left: 0 !important;
    }
}
/*  FIM //SERVIÇOS */


/* CLIENTES */
.clientes-section {
    padding: 120px 0 120px 0;
}

.clientes-section .section-headline {
    margin-bottom: 0px;
}
.clientes-section .owl-carousel {
    margin-top: 0px;
}
.clientes-section .owl-carousel  .img-clientes {
    width: 180px !important;
    filter: grayscale(100%);
    opacity: 0.4;
    transition: all 1s;
}

.clientes-section .owl-controls {
    margin-top: 50px !important;
}
.clientes-section .owl-carousel  .img-clientes:hover {
    filter: grayscale(0%);
    opacity: 1;;
}
/*  FIM // CLIENTES */

.testimonials-area .box {
    background-color: #fff;
    padding: 80px 20px;
    border-radius: 10px;
    border: 1px solid #ececec; 
}
.sus-btn {

    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #ff5720;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-left: 0 !important;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 30px;

}
/* Nosso Time */
.our-team-area {
    background-color: #f8f8f8;
    padding: 120px 0 120px 0 !important;
}

.our-team-area .section-headline {
    margin-bottom: 100px;
}
.our-skill-area .skill-text {
    text-align: center !important;
}
.our-skill-area h3 {
    font-size: 22px;
    margin-top: -60px;
}
.our-skill-area .item-rank {
    margin: auto;
    z-index: 9999;
}

/* PARCEIROS */
.parceiros-section {
    padding: 80px 0 80px 0;
}

.parceiros-section .section-headline {
    margin-bottom: 70px;
}

.parceiros-section img {
    margin-bottom: 80px;
}
.parceiros-section .logos ul li {
    display: inline;
    margin: 0 5%;
}
/* FIM /  PARCEIROS */

/* CONTATOS */
#trabalheModal .form-modal .item {
    margin-bottom: 30px;
}
#trabalheModal .form-modal .input-group-addon {
    background-color: #ff5720;
    border-color: #ff5720;
    color: #fff;
}
#trabalheModal .form-modal input {
    border-left: none;
}

#trabalheModal .form-modal .input-lg {
    font-size: 14px;
}
#trabalheModal .form-modal select {
    padding-left: 6px;
}
#trabalheModal .form-modal input:focus,
#trabalheModal .form-modal select:focus,
#trabalheModal .form-modal textarea:focus {
    border-color: #ff5720;
}
@media (max-width: 769px) {
    #trabalheModal .modal-footer .btn{
        width: 100%;
        margin-bottom: 20px;
    }
}

.form-frame {
    margin: 40px auto;
    /* max-width: 740px; */
}

.form-frame h2 {
    color: #ff5720;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}
.form-frame .footer-icons ul li a {
    border: 1px solid #444;
    color: #444;
    display: block;
    font-size: 36px;
    height: 60px;
    line-height: 56px;
    margin-right: 5px;
    text-align: center;
    width: 60px;
    border-radius: 50%;
}

.form-frame .footer-icons ul li a:hover {
    border: 1px solid #ff5720;
    background-color: #ff5720;
    color: #fff;
}

.form-frame .featered .content {
    display: inline-flex !important;
    margin-bottom: 30px;
}

.form-frame .featered .content span {
    margin-right: 20px;
    width: 40px;
    height: 40px;
}
.form-frame .featered .content span i {
    font-size: 30px;
    background-color: #ff5720;
    color: #fff;
    border-radius: 10px;
    /* padding: 5px; */
    line-height: 44px;
    text-align: center;
    width: 44px;
    height: 44px;
}
.form-frame .featered .content h4 {
     color: #ff5720;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 18px;
}
.form-frame .featered .content h4 span {
    font-weight: 500;
    color: #777;
    text-transform: none;
    font-size: 13px;
    line-height: 16px !important;
}

.form-frame input {
    padding-left: 50px !important;
    height: 55px !important;
    border-radius: 10px !important;
    background-size: 30px;
    background-position: 10px;
    background-repeat: no-repeat;
}
.form-frame textarea {
    border-radius: 10px !important;
}

.form-frame button[type="submit"] {
    margin-bottom: 60px;
}

.form-frame #nome {
    background-image: url(../img/user.svg);
    background-size: 30px;
    background-position: 10px;
    background-repeat: no-repeat;
}

.form-frame #email {
    background-image: url(../img/email.svg);
    background-size: 30px;
    background-position: 10px;
    background-repeat: no-repeat;
}

.form-frame #subject {
    background-image: url(../img/help.svg);
    background-size: 30px;
    background-position: 10px;
    background-repeat: no-repeat;
}


.modal {

    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;

}
