/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    font-family: "Roboto";
}

.text-muted {
    color: #777;
    /*line-height: 1.25;*/
}

.text-primary {
    /*color: #71b5c4;*/
    color: #658854;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #ef4035;

}

a:hover,
a:focus,
a:active,
a.active {
    color: #658854;
    text-decoration:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

h4.beneficio-heading span {
    display: block;
    content: "";
    height: 1px;
    width: 30px;
    background-color: #71b5c4;
    margin: 10px auto 0;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #777;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #777;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #7ba566;
    color: #fff;
    background-color: #7ba566;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #71b5c4;
    background-color: #fed136;
}

.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}

.btn-xl {
    padding: 15px 40px;
    /*border-color: #71b5c4;*/
    border-color: #0A8FD5;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    /*background-color: #71b5c4;*/
    background-color: #0A8FD5;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #fff;
    /*color: #71b5c4;*/
    color: #0A8FD5;
    background-color: #fff;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    /*border-color: #71b5c4;*/
    border-color: #7ba566;
    background-color: #71b5c4;
}

.btn-xl .badge {
    color: #71b5c4;
    background-color: #fff;
}

.logo {
    background: rgba(0, 0, 0, 0) url("../template/logofpfp.png") no-repeat scroll left top / 100% auto;
    display: block;
    float: left;
    /*height: 78px;*/
    height: 57px;
    margin-bottom: -40px;
    text-indent: -9999px;
    /*width: 280px;*/
    width: 152px;
}

.setaBottom {
    position: absolute;
    bottom: 20px;
    left: 47.5%;
}

@media (max-width : 1200px) {
    .setaBottom {
        width: 45px; 
        height: 45px;
    }
}

@media (max-width : 767px) {
    .setaBottom {
        display: none;
    }
}

.navbar-default {
    border-color: transparent;
    background-color: #222;
}

.navbar-default .navbar-brand {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    color: #71b5c4;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}


.navbar-default .navbar-toggle {
    /*border-color: #71b5c4;
    background-color: #71b5c4;*/
    border-color: #658854;
    background-color: #658854;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    /*background-color: #71b5c4;*/
    background-color: #7ba566;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    font-size: 12px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    /*color: #71b5c4;*/
    color: #0A8FD5;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    /*background-color: #71b5c4 !important;*/
    background-color: #0A8FD5 !important;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #fec503;
}

.beneficio-heading2 {
    /*color:#71B5C4;*/
    color: #658854;
}


@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

header {
    text-align: center;
    color: #fff;
    /*background-attachment: scroll;*/
    /*background-attachment: fixed;*/
    /*background-image: url(../template/header-bg.png);*/
    /*background-position: center center;*/
    /*background-repeat: none;*/
    background: url(../template/header-bg.png) 100% 0 no-repeat fixed;
    /*background: url(../template/imgHomePage.jpg) 100% 0 no-repeat fixed;*/

    /*height: 100% !important;*/

    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: none !important;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: none !important;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}


section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    /*color: #71b5c4;*/
    /*color: #7ba566;*/
    color: #658854;
}

section#beneficios {
    background-color: #f7f7f7;
}

/*section#beneficios {
    background-color: #fff;
            }
*/		


@media(min-width:768px) {
    section {
        padding: 110px 0;
    }
}

.beneficio-heading {
    margin: 15px 0;
    text-transform: none;
}

.beneficio-box {
    border: 1px solid #333;
    margin: 10px 60px;
    padding: 10px 30px;
    line-height: 2.2em;
    color: #777;
    text-align: left;
    height: 350px;
}

.service-box {
    /*border: 1px solid #333;
    margin: 10px 60px;
    padding: 10px 30px;*/
    line-height: 2.2em;
    /*color: #777;*/
    text-align: left;
    /*height: 350px;*/
}

/*@media(min-width:768px) {
    .beneficio-box {
        margin: 10px 10px;
    }
}*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px)
and (orientation : portrait) {
    .beneficio-box {
        margin: 10px 5px;
        padding: 10px 10px;
        height: 550px;
    }
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px)
and (orientation : landscape) {
    .beneficio-box {
        margin: 10px 5px;
        padding: 10px 10px;
        /*height: 600px;*/
    }
}

#services .services-item {
    right: 0;
    margin: 0 0 15px;
}

#services .services-item .services-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#services .services-item .services-link .services-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*    background: rgba(113,181,196,.9);*/
    background: rgba(101,136,84,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#services .services-item .services-link .services-hover:hover {
    opacity: 1;
}

#services .services-item .services-link .services-hover .services-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

/*Texto sobre imagem*/
.caption {
    position: relative;
    overflow: hidden;
    font-family: 'OpenSansSemibold', sans-serif;
}
.caption__media {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}
.caption__overlay {
    background: #fd000c;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: black;
    transform: translateY(100%);
    transition: transform .35s ease-out;
}
.caption:hover .caption__overlay {
    transform: translateY(0);
}

.etic-dropdown {
    cursor:pointer;
    position: relative;
    /*display: inline-block;
        transition: all 0.4s ease-in-out;*/

}

.etic-dropdown-content {
    display: none;
    /*    position: absolute;*/
    /*    background-color: #f9f9f9;*/
    min-width: 160px;
    /*transition: all 0.4s ease-in;*/

    /*    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    padding: 12px 16px;
    z-index: 1;




}

.etic-dropdown-content-hover{
    display: block!important;
}


.caption__overlay__title {
    margin: 0;
    padding: 0 0 12px;
    transform: translateY( calc(-100% - 10px) ); /* +10px overlay padding */
    transition: transform .35s ease-out;
    font-family: 'OpenSansSemibold', sans-serif;
}
.caption:hover .caption__overlay__title {
    transform: translateY(0);
}

/*Texto sobre imagem*/

#services .services-item .services-link .services-hover .services-hover-content i {
    margin-top: -12px;
}

#services .services-item .services-link .services-hover .services-hover-content h3,
#services .services-item .services-link .services-hover .services-hover-content h4 {
    margin: 0;
}

#services .services-item .services-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#services .services-item .services-caption h4 {
    margin: 0;
    text-transform: none;
}

#services .services-item .services-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#services * {
    z-index: 2;
}

@media(min-width:767px) {
    #services .services-item {
        margin: 0 0 30px;
    }
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #7ba566;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}


.timeline>li .timeline-image h4 a {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
    color:#FFF;
}

.timeline>li .timeline-image h4 a:hover {
    color:#000;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }


    .timeline>li .timeline-image h4 a {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
        color:#FFF;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li .timeline-image h4 a {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
        color:#FFF;
    }


    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li .timeline-image h4 a {
        margin-top: 40px;
        color:#FFF;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

section#contact {
    background-color: #222;
    background-image: url(../template/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.form-group input.form-control {
    height: auto;
}

.form-group textarea.form-control {
    height: 236px;
}

.form-control:focus {
    border-color: #658854;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
}

section#contact .text-danger {
    color: #e74c3c;
}

.list-contact{
    margin: 30px 0 40px 50px;
    list-style: none;
    /*text-align: left;*/
    line-height: 38px;
    font-size: 18px;
    color: #fff;
}

.icon-color{
    color: #0A8FD5;
}

.gmap {
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #ccc;
}

@media only screen 
and (max-width : 1200px) {
    .gmap {
        max-height: 220px;
        /*max-width: 220px;*/
    }
}

.googleMap{
    width: 100%;
    height: 500px;
}

/*Removes Google Logo, terms of use, and Report*/
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}
.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}
.moto-back-to-top-button-icon {
    background: #5c5e5e none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font: 22px/37px FontAwesome;
    height: 37px;
    text-align: center;
    text-rendering: auto;
    transform: translate(0px, 0px);
    width: 37px;
}
.scroll-to-top {
    background: #333;
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-align: center;
    /*border-radius: 4px;*/
    border-radius: 50%;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.scroll-to-top.affix {
    opacity: .5;
    filter: alpha(opacity=50);
}
.scroll-to-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.scroll-to-top a {
    color: #fff;
    display: block;
    line-height: 38px;
    width: 40px;
    height: 40px;
}

footer {
    padding: 20px 0;
    text-align: center;
    background-color: #7ba566;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    /*line-height: 40px;*/
    line-height: 20px;
    font-size: 14px;
}

footer span.copyright a {
    color: #333;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

footer .site-footer {
    text-align: center;
    background: #0d3949;
    color: #fff;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    /*background-color: #71b5c4;*/
    background-color: #658854;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.modal-body {
    padding: 0px;
    position: relative;
}

.services-modal .modal-content {
    /*padding: 100px 0;*/
    padding: 00px;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.services-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.services-modal .modal-content p {
    margin-bottom: 30px;
}

.services-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.services-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.services-modal .modal-content img {
    margin-bottom: 30px;
}

.services-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
    /*z-index: 1053;*/
}

.services-modal .close-modal:hover {
    opacity: .3;
}

.services-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    /*border: 1px solid #fff;*/
}

.services-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);

    /*border: 1px solid #fff;*/
}

.services-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #71b5c4;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #71b5c4;
}

/*Secção testemunhos*/
.carousel-indicators .active {
    background: #31708f;
}
.content {
    margin-top: 20px;
}
.adjust1 {
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.adjust2 {
    margin: 0;
}
.carousel-indicators li {
    border: 1px solid #ccc;
}
.carousel-control {
    color: #31708f;
    width: 5%;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #31708f;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
.media-object {
    margin: auto;
    margin-top: 15%;
}
@media screen and (max-width: 768px) {
    .media-object {
        margin-top: 0;
    }
}
/*Fim seccção testemunhos*/

/* TESTEMUNHOS */

.section {
    padding: 60px 0;
    text-align: center;
}
.section.section-testimonial .carousel-control {
    background: 0 0;
}
.section.section-testimonial .carousel-indicators {
    position: inherit;
    margin: 0;
    left: auto;
    width: 100%;
    bottom: auto;
}
.section.section-testimonial .carousel-indicators li {
    width: auto;
    height: auto;
    text-indent: 0;
    border: none;
    border-radius: 60px;
    padding: 5px;
    margin: 5px!important;
    background: #cccccc;
    position: relative;
}
.section.section-testimonial .carousel-indicators li.active {
    background: #00adee;
}
.section.section-testimonial .carousel-indicators li.active:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #00adee;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -10px;
}

.livroHome {
    position: relative;
}

.livroHome img {
    width: 100%;
    padding: 60px 0;
}


.livroHomeText {
    position: absolute;
    margin-bottom: 17.5%;
    color: #00adee;
    width: 100%;
    text-align: center;
    bottom: 0;
    font-size: 30px;
}


.section.section-title:after {
    background: #e5e5e5;
}
.section-slide .item {
    text-align: center;
    padding: 60px 0;
    left: 0!important;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
@media (max-width:991px) {
    .section-slide .item {
        padding: 30px 0;
    }
}
@media (max-width:767px) {
    .section-slide .item {
        padding: 15px 0;
    }
}
.section-slide .item img {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

/****SLIDER*****/

.slider-circle{
    width: 64px;
    height: 64px;
    border: 5px solid #fff;
    border-radius: 50%;
}

.shadow-effect {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.box {
    height: 422px;
    background: #FFF;
    margin: 20px auto 70px auto;
    padding: 15px 25px;
}

#result_para{
    display: none;
}

.lista_phc{
    font-size: 11.5px;
    margin-bottom: 2%;

}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent; 
    border-color: #428bca;
}

.dropdown-menu{
    background-color: #333;
}

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.navbar-default .navbar-nav>.nav .dropdown .active>a {
    border-radius: 0;
    color: #fff;
    /* background-color: #71b5c4 !important; */
    background-color: #7ba566 !important;
}

/*texto verde - novidade*/
.novidade{
    font-weight: bold;
    font-variant: small-caps;
    color: #31CC31;
    font-size: 13px;
}

#slides{
    width: 60%;
    margin-left: 25%;
}
.slidesjs-container{
    width: 60%;

}

.down-arrow {
    display: inline-block;
    position: relative;
    background: #FF7200;
    padding: 15px 0;
    width: 100%;
    text-align: center;
}
.down-arrow:after {
    content: '';
    display: block;  
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 20px solid #FF7200;
    border-right: 130px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 130px solid transparent;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}



.inhover{
    background: #fff;
    transition: background .5s ease-in-out; 
    margin-top: 10px;
}

hr {
    max-width: 100px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    height: 2px;
    margin: 15px auto;
}
hr.left {
    margin: 15px auto 15px 0;
}
hr.right {
    margin: 15px 0 15px auto;
}
hr.colored {
    border-color: #ef4035;
}
@media (min-width: 768px) {
    hr {
        max-width: 200px;
        margin: 20px auto;
    }
    hr.left {
        margin: 20px auto 20px 0;
    }
    hr.right {
        margin: 20px 0 20px auto;
    }
}

.servicos-content{
    padding: 30px;
}

.item{
    padding: 15px;
}

.caption {
    padding: 15px;
    color: rgba(255, 255, 255, 0.7);
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.social{
    margin-top: 5px;
}

@media (min-width: 1025px) {
    section.cta-quote {
        background-attachment: fixed !important;
    }
}

@media (min-width: 768px) {
    section.cta-quote {
        background-attachment: scroll;
        padding: 150px 0;
        font-size: 15px;
    }
    .quote{
        font-size: 15px;
    }

}

@media (min-width: 992px) {
    section.cta-quote {
        padding: 300px 0;
    }
    .quote{
        font-size: 36px;
    }
}


.text-primary {
    color: #ef4035;
} 

.owl-prev,.owl-next
{
    display: none;
    text-align: center;
    position: absolute;
    height: 60px;
    width: 40px;
    border-radius: 0 !important;
    line-height: 50px;
    font-size: 30px !important;
    margin: auto 0 !important;
    top: 0;
    bottom: 0;
    background-color: #ef4035 !important;
    color: white !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.servicos-content i.fa {
    height: 75px;
    width: 75px;
    line-height: 70px;
    text-align: center;
    border: 3px solid #222222;
    border-radius: 100%;
    font-size: 30px;
}

.servicos-content-img {
    height: 55px;
    width: 55px;
    line-height: 70px;
    text-align: center;
    border: 3px solid #222222;
    border-radius: 100%;
    font-size: 30px;
}

.cover-tile-image {
    text-align: right;
    padding-right: 5px;
}

.cover-tile-text {
    padding-left: 5px;
}

/*Mixitup*/
#Container .mix{
    display: none;    
}

.portfolio-filter {
    display: inline-block;
}
.portfolio-filter #filters {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
.portfolio-filter #filters li {
    display: inline-block;
}
.portfolio-filter #filters li .filter {
    display: block;
    cursor: pointer;
    padding: 10px 15px;
    margin: 2px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 12px;
    color: #222222;
    background: transparent;
    border: 1px solid #222222;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.portfolio-filter #filters li .filter.active {
    background-color: #ef4035;
    color: white;
    border-color: #ef4035;
}

.gray img:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.mix{
    cursor: pointer;
}

.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.modal-header {  
    border-bottom: none;
}

.modal-footer {  
    border-top: none;
    padding: 2px 16px;    
    color: white;
    /*    background-color: greenyellow;    */
    position: relative;
}

.modal-body {
    position: absolute;
    left: 50%;

    transform: translate(-50%);
}

.modal-content .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
    z-index: 9999;
}
.modal-content .close-modal:hover {
    opacity: 0.3;
}
.modal-content .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #000;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    z-index: 1051;
}
.modal-content .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #000;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    z-index: 1052;
}

.bg-gray {
    background-color: #f5f5f5;
}

.btn-primary {
    color: #ffffff;
    background-color: #ef4035;
    border-color: #ef4035;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #ed2a1d;
    border-color: #ec2114;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #ef4035;
    border-color: #ef4035;
}
.btn-primary .badge {
    color: #ef4035;
    background-color: #ffffff;
}

.confa.fa {
    height: 75px;
    width: 75px;
    line-height: 70px;
    text-align: center;
    border: 3px solid #222222;
    border-radius: 100%;
    font-size: 30px;
}

.ser{
    position: absolute;
    top: 50%;    
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.overlay {  
    background:rgba(0, 0, 0, .75);
    text-align:center;
    opacity:0;    
    width:100%;height:100%; 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#overlay    { 
    background:rgba(239,64,53,.8);
    text-align:center;
    padding:60px 0 66px 0;
    opacity:0;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    position: absolute !important;
    width: 100%;
}
.serhover:hover #overlay {
    opacity:1 !important;      
}
.caption:hover #overlay{
    opacity:1 !important;     
}

#plus { 
    font-family:Helvetica;
    font-weight:900;
    color:rgba(255,255,255,.85);
    font-size:96px;
}


.btn-outline-light {
    color: white;
    border: 1px solid white;
    background: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 0px;
}
.btn-outline-light:hover,
.btn-outline-light:focus {
    color: #ef4035;
    background: white;
    outline: none;
}

@media screen and (max-width: 360px) {
    .consultr {
        font-size: 30px !important;
    }
    .consultr-c{
        padding-left: 37px !important;
    }
}

.modal-content {
    height:250px;
    overflow:auto;
}

.board{
    width: 75%;
    margin: 60px auto;
    height: 500px;
    background: #fff;
    /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}

.board > div.board-inner{
    background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);
    background-size: 30%;
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one{
    color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one{
    background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}

span.round-tabs.two{
    color: #febe29;border: 2px solid #febe29;
}

li.active span.round-tabs.two{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three{
    color: #3e5e9a;border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four{
    color: #f1685e;border: 2px solid #f1685e;
}

li.active span.round-tabs.four{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five{
    color: #999;border: 2px solid #999;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}
.nav-tabs > li {
    width: 20%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
li:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;

}
#myTab li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;

}
.nav-tabs > li a{
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
}

.tab-content{
    padding-bottom: 40px;
}
.tab-pane{
    position: relative;
    padding-top: 50px;
}
.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}



@media( max-width : 585px ){

    .board {
        width: 90%;
        height:auto !important;
    }
    span.round-tabs {
        font-size:16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
    }
    .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height:50px;
    }

    li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .btn-outline-rounded {
        padding:12px 20px;
    }
}

@media (min-width: 992px)
{
    .acerto-coluna{
        width: 50%;
    }
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #e1e1e1;
}
.floating-label-form-group input,
.floating-label-form-group select,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: none;
    border-radius: 0;
    font-size: 1.5em;
    background: none;
    box-shadow: none !important;
    resize: none;
}
.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: 0.85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top 0.5s ease,opacity 0.5s ease;
    -moz-transition: top 0.5s ease,opacity 0.5s ease;
    -ms-transition: top 0.5s ease,opacity 0.5s ease;
    transition: top 0.5s ease,opacity 0.5s ease;
}
.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #e1e1e1;
}
.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
    float: left;
}
.floating-label-form-group-with-focus label {
    color: #ef4035;
}
form .row:first-child .floating-label-form-group {
    border-top: 1px solid #e1e1e1;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.btn-outline-dark:hover{
    border: 0px !important;
    background: #ef4035 !important;
    color: #fff !important;
}

.g-recaptcha > div > div{
    margin: 10px auto !important;
    text-align: center;
    width: auto !important;
    height: auto !important;
}

.text-justify{
    text-align: left !important;
}

.banner {  
    background-image: url(../template/12974467_1055279931176750_3066191399105037554_n.png);
    background-position: center center;
    background-repeat: no-repeat;
    /*  background-size: contain !important;*/
    width: 100% !important;

    background-position: 100% 100% !important;
    padding-top: 0% !important;
}

.banner_eticadata {  

    background-image: url('../template/EtiImage.png');
    background-position: center right !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-attachment: fixed;
    filter: brightness(50%);
    min-height: 100%;
    -webkit-background-size:cover;

}

.banner_drivefx {  
    background-image: url('../template/drivefx_image.jpg');
    filter: brightness(50%);
    background-position: center center;
    background-repeat: no-repeat;
    /*  background-size: contain !important;*/
    width: 100% !important;

    background-position: 100% 100% !important;
    padding-top: 0% !important;
}

.banner-on {  
    background-image: url('../template/header-site-phcon.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    /*  background-size: contain !important;*/
    width: 100% !important;

    background-position: 100% 100% !important;
    padding-top: 0% !important;
}

.banner_snc {  
    background-image: url('../template/P9239236.JPG');
    background-position: center center;
    background-repeat: no-repeat;
    /*  background-size: contain !important;*/
    width: 100% !important;

    background-position: 100% 100% !important;
    padding-top: 0% !important;
}

.banner_estrategia {  
    background-image: url('../template/DSC_0203.JPG');
    background-position: center center;
    background-repeat: no-repeat;
    /*  background-size: contain !important;*/
    width: 100% !important;

    background-position: 100% 100% !important;
    padding-top: 0% !important;
}

.banner_maisprodutividade {  
    background-image: url('../template/DSC_0395.JPG');
    background-position: center center;
    background-repeat: no-repeat;
    /*  background-size: contain !important;*/
    width: 100% !important;

    background-position: 100% 100% !important;
    padding-top: 0% !important;
}

.modal-body p,
.modal-body h2,
.modal-body b,
.modal-body li,
.modal-body col
{
    color: #000 !important;
}  

.modal-body p,
.modal-body b,
.modal-body li{
    font-size: 18px !important;
    line-height: 1.5 !important;
}

.text-justify .col-lg-6{
    padding-left: 5% !important;
    padding-right: 5% !important; 

}

.modal-body .text-justify .col-lg-6{
    color: red !important;
}

@media (max-width: 980px){
    .acerto-nav{
        margin-right: -15% !important;
        margin-left: -12% !important;

    }
}

@media (max-width: 768px){
    .navbar-nav .page-scroll{
        padding-right: 1%;
    }
    .nav-tablet{
        padding-left: 9%;
    }
}

@media (max-width: 360px){
    .brand-hide{
        display: none;
    }
    .brand-show{
        display: block !important;
    }
    .header-centro{
        float: none !important;
    }
    .nav-tablet{
        padding-left: 0%;
    }
    .linha-header{
        display: block !important;
    }
    .nav-software{
        float: none !important;
    }
}

#contactnos {
    z-index: 1500;
}

.testemunhos-nome{
    text-transform: uppercase !important;
    font-weight: 900;
    font-size: 13px;
    color: #000;
    display: inline-block; 
    text-align: left;
}

.testemunhos-empresa{    
    font-size: 13px;
    color: #000;
    display: table-footer-group;   
    text-align: left !important;
}

.testemunhos-imagem{
    display: inline-flex !important;
    height: 50px;
    width: 100px;
    margin-right: 10px;
}

.testemunhos-nome:before{
    content: '' !important;
}

.testemunhos-empresa:before{
    content: '' !important;
}

.testemunhos-mensagem{
    font-size: 18px;
    line-height: 1.5;
}

/*DRIVEFX*/

.img-center{
    margin-right: auto;
    margin-left: auto;
}

.drivefx_title{
    font-size: 20px;
    text-align: center;
    font-style: inherit;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: none;
 
}

.drivefx_text{
    font-size: 16px;
    color: #777777;
    line-height: 1.66em;
}

.drivefx_img{
    background-image: url('../template/Banner_DriveFXstore2.jpg');
    background-color: rgba(18,18,0,0.7)
    background-position: center center;
    background-repeat: no-repeat;
    width: 100% !important;
    background-size: cover !important;
}
.drivefx_banner_height{
    height: 551px;
}

.drivefx_conteiner{
    max-width: 1140px;
    margin: auto;
}

.drivefx_clear{
        height: 160px;

}

.drivefx_padbot{
    padding-bottom: 20px;
}

.drivefx_button{
    background: linear-gradient(to bottom,#f1584a 0%, #db4f43 100%);
    border: none;
    color: white;
    width: 300px;
    padding: 16px 32px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 50px;

}

.drivefx_button:hover {
    filter: brightness(80%);

}


.drivefx_tab{
    color: #fff;
}

.drivefx_font{
    font-weight: unset;
    text-transform: none;
    font-weight: 300;
    /*font-style: inherit;*/
    color: #404040;
    padding-bottom: 20px;
}


.drivefx-nav{
    margin-top: 30px;
    text-align: center;
}


.drivefx-nav .nav-tabs >li{
    float: none;
    display:inline-block;
}

.drivefx-nav .nav-tabs > li a {
    padding: 12px 20px;
    color: #232222;
    margin: unset;
    width: auto;
    height: auto;
    border-radius: 5px;
}


.drivefx-nav .nav-tabs >li a:hover{
    background-color: #bdbbbb;
}

.drivefx-nav .nav-tabs >li.active a,
.drivefx-nav .nav-tabs >li.active a:hover,
.drivefx-nav .nav-tabs >li.active a:focus {
    color: #ffffff;
    background-color: #232222;
} 


.drivefx-nav .nav-tabs >li a i{
    padding-bottom: 8px;
    font-size: 30px;
}

.drivefx-nav .nav-item {background-color: #ddd}



/*drivefx preços*/
.precos-wrapper{ 
    border-radius: 10px;
    border: 1px solid #e0511e; 
    padding: 20px 10px;
    font-size: 25px;
}

.precos-wrapper:hover {background-color: #fdabab}

.pricingtable{
    text-align: center;
    border: 1px solid #dbdbdb;
    position: relative;
    overflow: hidden;
    padding: 10px;
    margin: 5px;
    float: left;
}

.pricingtable-header h3 {
    color: #444;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.price-value {
    color: #444;
    font-size: 10px ;
    padding: 20px 0;
    font-family: 'Open Sans', sans-serif;
}

.price-value >span{
    
    display: inline-block !important;
    font-size: 30px !important;
    font-weight: normal !important;
    line-height: normal !important;
}

.pricingTable .pricingTable-sign-up {
    padding: 25px 0;
}

.drivefx_btn-default {
    color: #fff;
    background-color: #EF4136;
    border-color: #ccc;
}
.drivefx_btn {
    padding: 10px 15px;
    font-size: 14px;
    
    border-radius: 0;
    transition: all .2s ease-in-out;
    line-height: 1.42857143;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.btn-drivefx{
    color: white;
    background-color: #f1584a;
    border-radius: 30px;
    padding: 12px 30px;
}

.btn-drivefx:hover{
    color: white;
    background-color: #f13423;
}

.btn-contact{
    color: #fff;
    background-color: #0A8FD5;
    border-color: #0A8FD5

}

.btn-contact:hover{
    color: #fff;
    background-color: #016da7;
    border-color: #016da7
}

.preco-lista{
    padding-left: 0px;
    padding-top: 10px 0px;
    
}

.preco-lista>li{
        list-style-type: none; 
        font-size: 15px;
        padding: 15px 0;
        border-bottom: 1px solid #ccc;
}

