@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900,900italic);

@font-face {
    font-family: MuseoSans;
    src: url(../fonts/MuseoSans.otf);
}

@font-face {
    font-family: MuseoSans-100;
    src: url(../fonts/MuseoSans-100.otf);
}

@font-face {
    font-family: MuseoSans-300;
    src: url(../fonts/MuseoSans-300.otf);
}

@font-face {
    font-family: MuseoSans_1;
    src: url(../fonts/MuseoSans_1.otf);
}

@font-face {
    font-family: Harabara;
    src: url(../fonts/Harabara.ttf);
}

@font-face {
    font-family: Ebrima;
    src: url(../fonts/ebrima.ttf);
}

@font-face {
    font-family: EbrimaBold;
    src: url(../fonts/ebrima-bold.ttf);
}

@font-face {
    font-family: CenturyGothic;
    src: url(../fonts/CenturyGothic.ttf);
}


body {
    color: #333333;
    font-family: CenturyGothic, "Calibri", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12pt;
    line-height: 22pt;
    background: #ffffff;
}

a:link, a:hover, a:active, a:visited {
    text-decoration: none;
}

h1, h2, h3, h4 {
    color: #fff;
    font-weight: bold;
}

h1.style-01 {
    color: #526465;
}

h1.style-02 {
    color: #fff;
}

h2.style-01 {
    color: #00b3c9;
}

h2.style-02 {
    color: #231f20;
}

h2.style-03 {
    color: #fff;
    text-align: center;

    display: block;
}

h2.style-06 {
    color: #526465;
}

h2.style-07 {
    color: #3f90ae;
}

h2.style-08 {
    color: #333;
    padding-left: 15px;
    border-left: 8px solid #109b4e;
}

h2.style-09 {
    color: #041b2d;
}

h2.style-10 {
    font-family: EbrimaBold;
    color: #4d6da8;
}

h2.style-11 {
    font-family: EbrimaBold;
    color: #fff;
}

h2.style-12 {
    font-family: EbrimaBold;
    color: #d7e2ed;
}

h4.style-01 {
    color: #23527c;
    padding-left: 25px;
    background: url('../img/arrow-07.PNG') left center no-repeat;
}

h5.style-01 {
    color: #526465;
}

p.style-01 {
    color: #fff;
    font-size: 12pt;
}

p {
    text-align: justify;
}

a:link.style-01, a:visited.style-01, a:active.style-01 {
    color: #fff;
    font-size: 12pt;
}

.container-general {
    width: 100%;
    height: auto;
    margin-bottom: 72px;
    position: static;
    overflow: hidden;
    transition: 1s all;
}

header {
    width: 100%;
    background: #23a88e;
    background-repeat: repeat-x;
    background-position: top center;
    position: relative;
    z-index: 999;
}

#header-02.services {
    background: #23a88e;
}

header .top {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}

header .top-02 {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
}

header .container-menu {
    width: 100%;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0,0,0, 0.3);
    position: absolute;
    z-index: 1000;
}

@media (max-width: 991px) {
    header {
        position: fixed;
        left: -100%;
        height: 100%;
        background: #fff;
    }

    header .top {
        padding-left: 0;
        padding-right: 0;
        background: none;
    }

    header .top-02 {
        position: static;
    }

    header .logo {
        margin: inherit;
    }

    header .container-menu {
        background: none;
        box-shadow: none;
    }
}

header .logo {
    margin: auto;
}

header .logo_2 {
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

header .logo img {
    max-height: 40px;
}

@media (max-width: 991px) {
    .logo {
        padding-bottom: 15px;
    }
}

header nav {
    margin-top: 5px;
}

.detail-header {
    width: 52px;
    height: 17px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -26px;
    background: url('../img/arrow-09.PNG') no-repeat;
    z-index: 4;
}

header nav > ul {
    padding: 0;
    margin: 0;
    display: inline;
}

header nav > ul > li .div-border {
    display: inline;
}

header nav > ul > li .active {
    color: #02a88f !important;
}

header nav > ul > li {
    display: inline;
    list-style: none;
}

header nav > ul > li:last-child {
    border-right: none;
}

header nav > ul > li a:link, header nav > ul li a:active, header nav > ul > li a:visited {
    color: #34485b;
    font-size: 12pt;
    text-decoration: none;
    text-transform: uppercase;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
}

header .dropdown-menu a {
    color: #34485b !important;
}

header nav > ul > li:first-child a:link, header nav > ul > li:first-child a:active, header nav > ul > li:first-child a:visited {
    padding-left: 0;
}

header nav > ul > li:last-child a:link, header nav > ul > li:last-child a:active, header nav > ul > li:last-child a:visited {
    padding-right: 0;
}

header nav > ul > li a:hover {
    color: #4d6da8;
}

header nav > ul > li .dropdown-toggle {
    font-size: 13pt;
    padding-left: 10px;
    padding-right: 10px;
}

header nav > ul > li .dropdown-menu {
    padding: 0 0;
    overflow: hidden;
}

header nav > ul > li .dropdown-menu .divider {
    margin: 0;
}

header nav > ul > li .dropdown-menu li a {
    color: #333;
    font-size: 12pt;
}

header nav > ul > li .btn-group {
    vertical-align: top;
}

header .btn-responsive-menu {
    display: none;
    z-index: 4;
}

header .btn-responsive-menu-col {
    display: none;
    z-index: 4;
}

header .btn-responsive-menu.type-01 {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 25px;
    right: 25px;
    background: url("../img/nav-menu.PNG") no-repeat center center;
}

header .btn-responsive-menu.type-02 {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 25px;
    right: 25px;
    background: #fff url("../img/nav-menu.PNG") no-repeat center center;
    border-radius: 4px;
    opacity: 0.5;
}

header .btn-responsive-menu.type-02:hover {
    opacity: 1.0;
}

header .header-detail {
    width: 100%;
    height: 5px;
    background: url('../img/header-detail.JPG');
}

@media (max-width: 991px) {
    header nav {
        padding-top: 0;
        margin-top: inherit;
        float: none;
    }

    header nav > ul {
        float: none;
        display: block;
    }

    header nav ul > li {
        border-right: none;
        display: block;
    }

    header nav > ul > li a:link, header nav > ul > li a:active, header nav > ul > li a:visited {
        padding-top: 5px;
        padding-right: 0;
        padding-bottom: 5px;
        padding-left: 0;
        display: block;
    }

    header .detail-menu {
        display: none;
    }

    header .btn-responsive-menu {
        display: block;
    }

    header .btn-responsive-menu-col {
        display: block;
    }

    header nav > ul > li .div-border {
        padding-bottom: 0;
        border-bottom: none;
        display: block;
    }

    header nav > ul > li.active .div-border,
    header nav > ul > li:hover .div-border {
        border-bottom: none;
    }

    header .header-detail {
        display: none;
    }

    .container-menu {
        background: none !important;
    }
}

.home-btn {
    width: 50px;
    height: 50px;
    border-radius: 2px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    background: #1f1f1f url("../img/arrow-03.PNG") center center no-repeat;
    display: none;
    opacity: 0.5;
    transition: 1s all;
}

.home-btn:hover {
    opacity: 1.0;
}

input[type='text'], select {
    height: 40px !important;
}

.logos img {
    max-width: 80%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 1s all;
}

.logos img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.slider-block-02 .captions-content .captions-content-btn {
    background: #fff !important;
}

/*font-family: Roboto;*/

.bannersite2 {
    position: relative;
}

.block-vertical-center {
    width: 100%;
    position: absolute;
    z-index: 4;
}

header .text-01 *, .anim-slide .text-01 * {
    position: static;
}

header .text-01, .anim-slider .text-01 {
    width: 100%;
}

header .text-01 .text-style-01, .anim-slider .text-01 .text-style-01, #header-02 .text-01 .text-style-01 {
    color: #fff;
    font-size: 34pt;
    font-family: EbrimaBold;
    line-height: 38px;
    margin-bottom: 20px;
}

header .services .text-style-01, header .ourhistory .text-style-01 {
    color: #fff;
    font-size: 54pt;
    font-family: Ebrima;
    line-height: 58px;
    margin-bottom: 20px;
}

.h-bold {
	font-family: EbrimaBold;
}

header .services .text-style-01 .bold, header .ourhistory .text-style-01 .bold {
    font-family: EbrimaBold;
}

.text-01 .text-style-02 {
    color: #fff;
    font-size: 12pt;
    line-height: 24pt;
}

.text-01 .text-style-03 {
    color: #fff;
    font-size: 54pt;
    font-family: EbrimaBold;
    line-height: 58px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .text-01 .text-style-03 {
        font-size: 34pt;
        line-height: 38px;
    }
}

.text-01 .text-style-04 {
    color: #fff;
    font-size: 34pt;
	font-family: Ebrima;
    line-height: normal;
}

.anim-slider .img-bg {
    width: auto;
    left: 50%;
    margin: auto;
    margin-left: -960px;
    z-index: 1;
}

.anim-slider .img-bg.img-quotation {
    width: auto ;
    margin-left: -960px;
    top: inherit;
    bottom: 0;
}

.anim-slider .img-bg.img-services {
    width: auto;
    margin-left: -960px;
    top: inherit;
    bottom: 100px;
}

.anim-slider .img-bg.img-ourhistory {
    width: auto;
    margin-left: -960px;
    bottom: -150px;
}

.anim-slider .img-bg.img-esg {
    width: auto;
    margin-left: -960px;
    top: inherit;
    bottom: 0;
}

@media (max-width: 1920px) {
    .anim-slider .img-bg {
        width: 1920px;
        margin-left: -960px;
    }
}

@media (max-width: 1366px) {
    .anim-slider .img-bg {
        width: 1366px;
        margin-left: -683px;
    }
	.anim-slider .img-bg.img-services, 
	.anim-slider .img-bg.img-ourhistory, 
	.anim-slider .img-bg.img-esg,
	.anim-slider .img-bg.img-quotation {
        width: 1366px;
        margin-left: -683px;
    }
}

@media (max-width: 991px) {
    .anim-slider .img-bg {
        width: 1000px;
        margin-left: -500px;
    }
}

.anim-slide .block-content {
    width: 1000px;
    height: 100%;
    left: 50%;
    margin: auto;
    margin-left: -500px;
    box-sizing: padding-box;
    z-index: 2;
}

.anim-slide .block-content a:link {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 4 !important;
}

.anim-slider01 .anim-arrows {
    display: none;
}

.anim-slider01 .anim-dots {
    display: none;
}

@media (max-width: 991px) {
    .anim-slide .block-content {
        width: inherit;
        left: 0%;
        margin-left: inherit;
    }

    .text-01 .text-style-02 {
        font-size: 12pt;
        line-height: 18pt;
    }
}

@media (max-width: 791px) {
    .bannersite {
        background: #041b2c;;
    }
}

.dropdown-menu a {
    padding: 10px !important;
}

.btn-read-more {
    color: #fff;
    font-size: 14pt;
    text-decoration: none !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003ca1+0,002f7e+100 */
    background: #003ca1; /* Old browsers */
    background: -moz-linear-gradient(top, #003ca1 0%, #002f7e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #003ca1 0%, #002f7e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #003ca1 0%, #002f7e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003ca1', endColorstr='#002f7e', GradientType=0); /* IE6-9 */
    box-shadow: inset 1px 1px 0px #0057cd;
}

.btn-read-more:hover {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#606c88+0,3f4c6b+100;Grey+3D+%232 */
    background: #606c88; /* Old browsers */
    background: -moz-linear-gradient(top, #606c88 0%, #3f4c6b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #606c88 0%, #3f4c6b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #606c88 0%, #3f4c6b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606c88', endColorstr='#3f4c6b', GradientType=0); /* IE6-9 */
    box-shadow: inset 1px 1px 0px #6d7ea2;
}

.theme-style-type-01 {
    background: #d7e2ed;
}

@media (max-width: 991px) {
}

.theme-style-type-01 .list {
    color: #fff;
    padding-left: 12px;
    line-height: 14pt;
}

.theme-style-type-01 .list li:before {
    color: red;
}

.theme-style-type-02 {
    background: #23a88e;
}

.theme-style-type-03 {
    border-top: 10px solid #fff;
    background: #c4161c;
}

.theme-style-type-04 {
    background: #46baa3;
}

.theme-style-type-05 {
    background: #cecece;
}

.theme-style-type-06 {
    background: #287fc1; /* Old browsers */
    background: -moz-linear-gradient(top, #287fc1 0%, #004b8f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #287fc1 0%, #004b8f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #287fc1 0%, #004b8f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#287fc1', endColorstr='#004b8f', GradientType=0); /* IE6-9 */
}

.theme-style-type-07 {
    background: #23a88e;
}


@media (max-width: 991px) {
}

.footer-contacts {
    color: #000;
    font-size: 12pt;
}

.btn-site {
    height: 20px;
    position: relative;
    top: -21px;
}

.response-error {
    padding: 15px;
    background: #ffeeee;
    border-left: 5px solid #aa0000;
}

.response-success {
    padding: 15px;
    background: #e3f2e2;
    border-left: 5px solid #85d87d;
}

/* Animações */

.animate-right-to-left {
    position: relative;
    right: -100%;
    transition: 1s all;
}

.animate-left-to-right {
    position: relative;
    left: -100%;
    transition: 1s all;
}

.animate-fade {
    display: none;
}

.animate-side {
    display: none;
}

.footer-text p {
    color: #fff;
    font-size: 10pt;
    line-height: 15pt;
    text-align: justify;
}

.infos-tag {
    color: #3f90ae;
    border: 2px solid #3f90ae;
    background: #f3f3f3;
    border-radius: 100%;
}

.infos-tag .title {
    color: #fff;
    font-size: 18pt;
    padding: 15px 25px 15px 25px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#109b4e+0,016f32+100 */
    background: #109b4e; /* Old browsers */
    background: -moz-linear-gradient(left, #109b4e 0%, #016f32 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #109b4e 0%, #016f32 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #109b4e 0%, #016f32 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#109b4e', endColorstr='#016f32', GradientType=1); /* IE6-9 */
    border-radius: 10px 0 10px 0;
    display: table;
}

.img-clients {
    overflow: hidden;
    border-radius: 4px;
}

.h2-title h2 {
    color: #333;
}

.h2-title .h2-title-detail {
    width: 100px;
    height: 20px;
    margin: auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#109b4e+0,016f32+100 */
    background: #109b4e; /* Old browsers */
    background: -moz-linear-gradient(left, #109b4e 0%, #016f32 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #109b4e 0%, #016f32 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #109b4e 0%, #016f32 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#109b4e', endColorstr='#016f32', GradientType=1); /* IE6-9 */
    display: block;
}

@media (max-width: 991px) {
    .top-contacts {
        display: none;
    }
}

.service-list .content-detais {
    height: 180px;
    background: #231f20;
    border-bottom: 6px solid #b49435;
}

.service-list-title-1 {
    color: #fff;
    font-size: 18pt;
    padding: 15px;
    background: #231f20;
    border-bottom: 2px solid #b49435;
}

.service-list-title-2 {
    color: #fff;
    font-size: 18pt;
    padding: 15px;
    background: #231f20;
    border-bottom: 2px solid #b49435;
    display: none;
}

@media (max-width: 991px) {
    .service-list-title-1 {
        display: none;
    }

    .service-list-title-2 {
        display: block;
    }

    .service-list .content-detais {
        height: auto;
        border-bottom: 0px solid #b49435;
    }
}

.form_contact input, .form_contact textarea, .form_contact select {
    color: #34485b;
    border: 2px solid #f6f6f6;
    border-radius: 4px;
    background: #fff;
}

::-webkit-input-placeholder {
    color: #666 !important;
    text-transform: uppercase;
    font-weight: bold;
}

:-moz-placeholder {
    color: #666 !important;
    text-transform: uppercase;
    font-weight: bold;
}

::-moz-placeholder {
    color: #666 !important;
    text-transform: uppercase;
    font-weight: bold;
}

:-ms-input-placeholder {
    color: #666 !important;
    text-transform: uppercase;
    font-weight: bold;
}

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    width: 100% !important;
}

.list-site-01 {
    margin: 0;
    padding: 0;
}

.list-site-01 li {
    color: #fff;
    /*line-height: 13px;*/
    display: block;
    list-style: none;
    padding-left: 15px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    background: url('../img/arrow-10.PNG') no-repeat 0 12px;
    /*border-bottom: 1px dashed #f2474d;*/
}

.list-site-01 li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.list-site-01 a:link, .list-site-01 a:active, .list-site-01 a:visited {
    color: #fff;
}

.list-site-02 {
    margin: 0;
    padding: 0;
}

.list-site-02 li {
    color: #333333;
    line-height: 18pt;
    display: block;
    list-style: none;
    padding-left: 15px;
    padding-bottom: 11px;
    margin-bottom: 10px;
    background: url('../img/arrow-11.PNG') no-repeat 0 9px;
    /*border-bottom: 1px solid #9e151a;*/
}

.list-site-02 li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.list-site-02 a:link, .list-site-02 a:active, .list-site-02 a:visited {
    color: #fff;
}

.list-site-03 {
    margin: 0;
    padding: 0;
}

.list-site-03 li {
    color: #333333;
    line-height: 18pt;
    display: block;
    list-style: none;
    padding-left: 15px;
    padding-bottom: 11px;
    margin-bottom: 10px;
    background: url('../img/arrow-11.PNG') no-repeat 0 9px;
    /*border-bottom: 1px solid #9e151a;*/
}

.list-site-03 li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.list-site-03 a:link, .list-site-03 a:active, .list-site-03 a:visited {
    color: #333;
}

.list-default {
    margin: 0;
    padding: 0;
}

.list-default li {
    display: block;
    list-style: none;
}

.list-default li img {
    margin-right: 15px;
}

.btn-site-01 {
    color: #b49435;
    font-size: 12pt;
    margin-top: 2px;
    margin-bottom: 2px;
    background: #fff;
    padding: 15px 50px 15px 50px;
    transition: 0.5s all;
}

.btn-site-01:hover {
    color: #fff;
    background: #b49435;
}

.btn-site-02 {
    color: #fff;
    background: #b49435;
}

.btn-site-02:hover {
    color: #b49435;
    background: #fff;
}

.btn-site-03 {
    color: #fff;
    padding: 10px 25px 10px 25px;
    background: #762400;
    border-radius: 4px;
}

.btn-site-03:hover {
    color: #762400;
    background: #fff;
}

.btn-site-04 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 25px 10px 25px;
    background: #041b2c;
    border-radius: 0;
}

.btn-site-04:hover {
    color: #041b2c;
    background: #fff;
}

.btn-site-05 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 25px 10px 25px;
    background: #17a78e;
    border-radius: 4px;
}

.btn-site-05:hover {
    color: #17a78e;
    background: #fff;
}

.btn-site-06 {
    color: #fff;
    font-weight: bold;
    font-size: 20pt;
    text-transform: uppercase;
    padding: 10px 25px 10px 25px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c9de96+0,78a86a+100 */
    background: #c9de96; /* Old browsers */
    background: -moz-linear-gradient(top, #c9de96 0%, #78a86a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c9de96 0%,#78a86a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c9de96 0%,#78a86a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#78a86a',GradientType=0 ); /* IE6-9 */
    border-radius: 4px;
}

.btn-site-06:hover {
    color: #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c9de96+0,669660+100 */
    background: #c9de96; /* Old browsers */
    background: -moz-linear-gradient(top, #c9de96 0%, #669660 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c9de96 0%,#669660 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c9de96 0%,#669660 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#669660',GradientType=0 ); /* IE6-9 */
}

.bx-wrapper {
    margin: 0 auto 50px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666 !important;
    border: 2px solid #d9d9d9 !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 100% !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #34485b !important;
}

.bx-wrapper .bx-viewport {
    left: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

@media (max-width: 991px) {
    .bx-wrapper {
        margin: 0 auto 0 !important;
    }
}

.contacts-link a:link, .contacts-link a:active, .contacts-link a:visited {
    color: #fff;
    font-size: 14pt;
    padding: 5px;
    display: inline-block;
}

.contacts-link a:hover {
    color: #fff;
}

.contacts-link img {
    margin-right: 10px;
    float: left;
}

.contacts-link a > div {
    text-align: left;
    float: left;
}

.contacts-link > div {
    text-align: center;
}

.contacts-link > div:first-child {
    text-align: left !important;
    border-right: dotted 1px #fff;
}

.contacts-link > div:last-child {
    text-align: right !important;
    border-left: dotted 1px #fff;
}

@media (max-width: 991px) {
    .contacts-link > div {
        text-align: left !important;
        border-right: none !important;
    }

    .contacts-link > div:first-child {
        text-align: left !important;
        border-right: none !important;
    }

    .contacts-link > div:last-child {
        text-align: left !important;
        border-right: none !important;
    }
}

.btn-project {
    overflow: hidden;
}

.btn-project a:link, .btn-project a:active, .btn-project a:visited {
    color: #fff;
    font-size: 14pt;
}

.btn-project img {
    height: 50px;
    margin-right: 15px;
    float: left;
}

.sociais-icons img {
    max-height: 50px;
}

.contacts-footer {
    color: #fff;
    font-size: 14pt;
    line-height: 1;
}

.contacts-footer > div {
    overflow: hidden;
}

.contacts-footer img {
    float: left;
    margin-right: 15px;
    max-height: 25px;
}

.links-footer {
    color: #fff;
    font-size: 14pt;
    overflow: hidden;
}

.links-footer a {
    color: #fff !important;
}

.links-footer > img {
    margin-right: 15px;
    float: left;
}

.links-footer > div {
    float: left;
    display: inline-block;
}

.links-footer > div span {
    font-size: 30px;
    font-family: EbrimaBold;
    display: block;
}

.container-full .col-e .main-elements .video h2 {
    width: 100%;
    color: #fff;
    font-size: 10pt;
    padding: 14px;
}

.container-full .col-e .main-elements .video .c0 {
    background: #232323;
    border-bottom: 1px solid #3f3f3f;
    display: inline-block;
    width: 100%;
}

.video .c1 {
    width: 100%;
    height: 223px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.video .c2 {
    height: 223px;
    display: block;
    background: rgba(52, 72, 91, 0.8);
    border-radius: 4px;
    position: relative;
    transition: 1s all;
}

.video .c2:hover {
    background: rgba(52, 72, 91, 0.5);
}

.video .btn-video {
    width: 79px;
    height: 56px;
    background: url('../img/play_videos.PNG') no-repeat;
    border: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -28px;
    margin-left: -40px;
    transition: 1s all;
    opacity: 0.8;
}

.video .btn-video:hover {
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1.0;
}

.clients img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 1s;
}

.clients img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -50px !important;
}

@media (max-width: 991px) {
    .bx-default-pager {
        display: none;
    }
}

iframe {
    margin: 0;
    padding: 0;
    empty-cells: hide;
}

.page-quotation #budget, .page-quotation-reta #budget {
    display: none !important;
}

.quotation-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #a0a0a0; /* Old browsers */
    background: -moz-linear-gradient(top, #a0a0a0 0%, #848484 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a0a0a0 0%, #848484 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a0a0a0 0%, #848484 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0a0a0', endColorstr='#848484', GradientType=0); /* IE6-9 */
    z-index: 1000;
}

.quotation-footer .container {
	width: 100% !important;
	max-width: 100% !important;
    height: auto;
}

.quotation-footer .container .block {
    color: #fff;
    font-size: 12pt;
    text-align: center;
    line-height: normal;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.quotation-footer .container .block > div {
    text-align: left;
    display: inline-block;
}

.quotation-footer .container .block .content {
    float: left;
    display: inline;
}

.quotation-footer .container .block span.text-01 {
    font-size: 10pt;
}

.quotation-footer .container .block img {
    float: left;
    margin-right: 15px;
}

.content-cellular {
    display: none;
}

@media (max-width: 991px) {
    .quotation-footer .container .block > div {
        text-align: center;
        display: block;
    }

    .quotation-footer .container .block .content {
        width: 100%;
        padding: 15px;
        position: fixed;
        bottom: -100%;
        left: 0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbe4f7+50,bfcdea+100 */
        background: #dbe4f7; /* Old browsers */
        background: -moz-radial-gradient(center, ellipse cover, #dbe4f7 50%, #bfcdea 100%); /* FF3.6-15 */
        background: -webkit-radial-gradient(center, ellipse cover, #dbe4f7 50%, #bfcdea 100%); /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(ellipse at center, #dbe4f7 50%, #bfcdea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbe4f7', endColorstr='#bfcdea', GradientType=1); /* IE6-9 fallback on horizontal gradient */
        z-index: 1000;
    }

    .quotation-footer .container .block .content {
        color: #337ab7;
    }

    .quotation-footer .container .block img {
        float: none;
        margin: auto;
        margin-bottom: 5px;
    }

    .content-cellular {
        display: block;
    }
}

.blue {
    color: #044d91 !important;
}

.accordion h4 > a {
    color: #23527c;
    padding-left: 25px;
    background: url('../img/arrow-07.PNG') left center no-repeat;
}

.accordion h4 {
    padding: 15px;
    margin-top: 0;
    margin-bottom: 0;
    /*background: #fff;*/
    border-bottom: 1px solid #cecece;
}

.accordion.active h4 > a {
    background: url('../img/arrow-12.PNG') left center no-repeat !important;
}

.bgPhoto {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (max-width: 991px) {
    .bgPhoto {
        height: 200px;
        background-size: 100%;
    }
}

.quotation-footer-btn a {
    color: #fff !important
}

.services-menu .link {
    width: 100%;
    height: 220px;
    position: relative;
    background: center center no-repeat;
    background-repeat: no-repeat;
    background-size: auto;
    box-shadow: 5px 5px 20px rgba(0,0,0, 0.5);
    transition: all 1s;
}

.services-menu .link a {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 1s;
}

.services-menu .link .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff0000', endColorstr='#ff0000',GradientType=0 );
    transition: all 1s;
}

.services-menu .link a .title {
    font-size: 18pt;
    font-family: Ebrima;
    color: white;
    text-align: center;
    position: absolute;
    bottom: 20px;
    text-shadow: 5px 5px 20px rgba(0,0,0, 0.5);
}

.services-menu .link a:hover .title {
    color: #fff201;
}

.services-menu .link a div {
    width: 100% !important;
}

.services-menu .link a .title i {
    color: #23a88e;
}

.services-menu .link:hover a .title i {
    color: #fff201;
}

.services-menu .link a .title .tx1 {
    margin-bottom: 15px;
}

.services-menu .link a:hover .title .tx1 {
    margin-bottom: 25px;
}

.services-menu .link a .title .tx1, .services-menu .link a .title .tx1 {
	transition: all 1s;
}

.services-banner-title {
    font-size: 54pt;
    font-family: EbrimaBold;
    text-align: center;
    color: white;
    line-height: normal;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #000 center center no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 5px 5px 20px rgba(0,0,0, 0.5);
}

@media (max-width: 991px) {
    .services-banner-title {
        font-size: 30pt;
    }
}

.services-p {
    font-family: Ebrima;
    border-bottom: 1px solid #23a88e;
}

.services-p h2 {
    color: #23a88e;
}

.services-p p {
    color: #666;
}

#ourhistory .h1-history {
	color: #23a88e;
	font-family: EbrimaBold
}

#ourhistory .h1-ourhistory {
	color: #ffffff;
	font-family: EbrimaBold
}

#ourhistory .h2-ourhistory {
	color: #ffffff;
	font-family: EbrimaBold
}

#ourhistory .h2-ourhistory-whitebg, .h2-ourhistory-whitebg {
	color: #23a88e;
	font-family: EbrimaBold
}

#ourhistory .h1-detail-line {
  width: 50px;
  height: 7px;
  margin-bottom: 9px;
  display: inline-block;
  background: #23a88e;
}

#ourhistory .h2-detail-line, .h2-detail-line {
	width: 100px;
	height: 10px;
	margin-bottom: 10px;
	display: inline-block;
	background: #23a88e;
}

.text-e-white {
	color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

#dna .photo-area {
	width: 100%;
	height: 280px;
	background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#dna .content {
	color: #ffffff;
	padding: 15px;
	background: #23a88e; 
}

#dna .content p {
	padding-right: 15px;
	height: 100px;
	overflow-y: scroll;
}

#dna h2 {
	color: #ffffff;
	font-family: EbrimaBold;
}

#dna a {
	color: #ffffff;
	font-size: 18pt;
	text-align: center;
	display: block;
}

.fancybox-opened {
	border: 5px solid #23a88e !important;
}

.fancybox-skin, .fancybox-skin {
	border-radius: 0 !important
}

.p-orange-detail-border-left {
	color: #c27c36;
	padding-left: 15px;
	border-left: 15px solid #c27c36;
}

.t-orange {
	color: #c27c36;
}

.p-green-detail-border-left {
	color: #37a679;
	padding-left: 15px;
	border-left: 15px solid #37a679;
}

.t-green {
	color: #37a679;
}

.link-1 {
    color: white;
    font-size: 12pt;
    text-decoration: underline !important;
    display: block;
}

.no-b-border {
	border-bottom: 0
}

#quotation-footer-phone {
	margin-top: 8px;
}