@font-face {
  font-family: 'squarefontregular';
  src: url('../fonts/square-webfont.woff2') format('woff2'),
       url('../fonts/square-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'bankgothic_md_btmedium';
  src: url('../fonts/bank_gothic_medium_bt-webfont.woff2') format('woff2'),
       url('../fonts/bank_gothic_medium_bt-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight';
  src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
       url('../fonts/roboto-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "robotolight", sans-serif;
  color: #444444;
  height:100%;
}
.zerada {padding:0;margin:0}
.full-fluid {padding: 0; overflow-x: hidden;}
.so-mobile {display: none;}
.espaco {height: 30px;}
.img-center {margin: 0 auto}
.no-padding {padding-left: 0; padding-right: 0}
.m-top {margin-top: 50px}
.col12 {width: 20%}
.img-logo-front {display: block;}

a {
  color: #fd680e;
}
a:hover {
  color: #ff8f4c;
  text-decoration: none;
  transition: 3s;
}
p {
  font-size: 17px;
  line-height: 25px;
}
h1 {
  font-family: 'squarefontregular', sans-serif;
  color: #fff;
  font-size: 50px;
}

h2, h3, h4, h5, h6, .font-primary {
  font-family: 'bankgothic_md_btmedium', sans-serif;
}

.descricao {
  font-family: "robotolight", sans-serif;
  margin: 10px auto;
  width: 85%;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  line-height: 30px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  padding: 20px 0;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  background:rgba(255,255,255,0.7);
  width:100%;
  -webkit-box-shadow: 0px 0px 9px 9px rgba(41,41,41,.5);
  -moz-box-shadow: 0px 0px 9px 9px rgba(41,41,41,.5);
  box-shadow: 0px 0px 9px 9px rgba(41,41,41,.5);
}
.divescuro {
  background:#fff !important;
}
#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 3px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #333;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0 auto;
  max-height: 50px;
}
.img-logo {
  margin: 0 auto;
}

.img-logo-front {
  width: 30%;
  margin-top: 0;
}

.align-div-center{
  display: flex;
  justify-content: center;
  height: 800px;
}

.phone {
  font-size: 30px;
  margin-right:5px;
  color:#09778a;
  font-weight: bold;
}
.phone:hover {
  color: #fd680e;
  transition: 1s;
}

.ddd {
  font-size:15px;
  margin-right:5px;

}

@media (max-width: 768px) {
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.nav-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  right: -280px;
  width: 280px;
  padding-top: 18px;
  background: rgba(255, 255, 255);
  transition: 0.4s;
  -webkit-box-shadow: 0px 0px 9px 9px rgba(41,41,41,.5);
  -moz-box-shadow: 0px 0px 9px 9px rgba(41,41,41,.5);
  box-shadow: 0px 0px 9px 9px rgba(41,41,41,.5);
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #09778a;
  padding: 8px 20px;
  font-weight: 300;
  transition: 0.3s;
  font-size: 18px;
  font-family: 'bankgothic_md_btmedium', sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff7f2;
  background-color:rgba(227, 114, 34, 0.8);
  text-decoration: none;
}

.nav-menu .drop-down > a:after {
  content: "\e9f8";
  font-family: "boxicons";
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.nav-menu .active.drop-down > a:after {
  content: "\e9f8";
}

.nav-menu .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down ul {
  display: none;
  overflow: hidden;
}

.nav-menu .drop-down li {
  padding-left: 20px;
}

.nav-menu-active {
  right: 0;
}

.nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: transparent;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  padding: 10px 12px;
  border-radius: 2px;
}
.nav-toggle i {
  color: #09778a;
  font-size: 40px;
}
.nav-toggle p {
    margin-top: 12px;
    margin-bottom: 0;
    float: left;
    color: #09778a;
    margin-right: 5px;
    font-family: 'bankgothic_md_btmedium', sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.nav-toggle-active {
  right: 275px;
}
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0;
}

.section-bg {
  background-color: #fff7f2;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 80px;
  height: 1px;
  background: #fd680e;
  bottom: 0;
  left: calc(50% - 40px);
}

.section-title p {
  margin-bottom: 0;
  font-style: italic;
  color: #666666;
}

#servico {
  background-color: rgba(0, 128, 128, 0.05)
}
#servico-orcamento {
  background-color: rgba(0, 128, 128, 0.05)
}
#projeto {
  background-color: rgba(227, 114, 34, 0.05);
}
#publicacao {
  background-color: rgba(0, 128, 128, 0.05)
}
#faq {
  background-color: rgba(227, 114, 34, 0.05);
}
/*--------------------------------------------------------------
# PROPRIEDADE
--------------------------------------------------------------*/
.bgverde {
  width: 100%;
  padding: 20px 0;
  background: #008080;
  min-height: 200px;
  height: auto;
  border-bottom: 20px solid #fd680e;
}

.bg-service {
  width: 100%;
  padding: 50px 0;
  background: #008080;
  min-height: 450px;
}

.img-service {
  margin: 10px auto 0 auto;
}

.form-control {
  border: 0;
  box-shadow: none;
  background: transparent;
  border-bottom: 3px solid #fff;
}

form .form-control::-moz-placeholder {
  color: #fff;
  font-family: "robotolight", sans-serif;
  font-size: 13px;
}
form .form-control:-ms-input-placeholder {
  color: #fff;
  font-family: "robotolight", sans-serif;
  font-size: 13px;
}
form .form-control::-webkit-input-placeholder {
  color: #fff;
  font-family: "robotolight", sans-serif;
  font-size: 13px;
}
.text-muted {
  color: #fff;
}
.form-control option {
  color:#fff
}
.form-check-label{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-left: 5px;
}
textarea.form-control {
  color: #fff;
  height: 220px;
  color: 15px;
  border: 2px solid #fff;
}
.btn-enviaorcamento{
    background-color:transparent;
    border:3px solid #fff;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    font-family: 'bankgothic_md_btmedium', sans-serif;
    font-size: 21px;
    font-weight: 300;
    margin: 30px 0 ;
    float: right;
  }
.btn-enviaorcamento:hover {
      background-color: #ff8f4c;
      transition: 0.3s;
  }
.form-group {
  margin-top: 15px;
}


.card {
  -webkit-box-shadow: 0px 0px 9px 3px rgba(41,41,41,.5);
  -moz-box-shadow: 0px 0px 9px 3px rgba(41,41,41,.5);
  box-shadow: 0px 0px 9px 3px rgba(41,41,41,.5);
  background-color: #fff;
}
.box-img-service{
  text-align: center;
  width: 100%;
  height: 200px;
  margin-top: -200px;
  background: #fff;
  padding-top: 10px;
}
.card-title {
  font-size: 30px;
  color: #fd680e;
  text-align: center;
  height: 100px;
  display: flex !important;
	justify-content: center !important;
	align-items: center !important; /** ISSO AQUI ALINHA VERTICALMENTE */
}
.card-text {
  text-align: justify;
  width: 85%;
  margin: 0 auto 20px auto;
  min-height: 130px;
  height: auto;

}
.btn-orcamento {
  background-color:transparent;
  padding: 10px 24px;
  color: #444;
  transition: 0.4s;
  font-family: 'bankgothic_md_btmedium', sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin: 10px 0 30px 0;
  border: 3px solid #444;
}
.btn-orcamento:hover {
    background-color: #ff8f4c;
    text-decoration: none;
    transition: 0.3s;
    color: #fff;
    border: 3px solid #ff8f4c;
}
.btn-financiamento {
  background-color:#ffff00;
  padding: 10px 24px;
  width: 450px;
  color: #444;
  transition: 0.4s;
  font-family: 'bankgothic_md_btmedium', sans-serif;
  font-size: 35px;
  font-weight: 300;
  margin: 10px 0 30px 0;
  border: 3px solid #ffff00;
}
.btn-financiamento:hover {
    background-color: #008080;
    text-decoration: none;
    transition: 0.3s;
    color: #fff;
    border: 3px solid #008080;
}
.parallax {
  background-image: url("../../_IMG/bg-orcamento.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.cover-orcamento {
  width: 100%;
  min-height:400px;
  height: auto;
  background-image: url("../../_IMG/bg-orcamento.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.cover-financiamento {
  width: 100%;
  min-height:400px;
  height: auto;
  background-image: url("../../_IMG/bg-finLaranja.png");
}
.cover-publi {
  width: 100%;
  height:300px;
  background-image: url("../../_IMG/img-publi.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.tit-fin {
  margin-top: 50px;
  color:#fff;
  font-size: 72px;
}
.img-publi {
  width: 180px;
  padding-top: 2%;
}
.cover-faq {
  width: 100%;
  min-height:400px;
  height: auto;
  background-image: url("../../_IMG/clientes.jpg");
}
/*----------------------------------------
 10.Portfolio Area Css
----------------------------------------*/

.pst-content {
  padding-left: 10px;
}

.project-menu {
  margin: 50px auto;
  text-align: center;
}

.project-menu li {
  display: inline-block;
}

.project-menu li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #444;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  font-family: 'bankgothic_md_btmedium', sans-serif;
  margin: 0 4px;
  padding: 6px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.project-menu li a.active, .project-menu li a:hover {
  border-color: #fd680e;
  background: #fd680e;
  color: #fff;
  text-decoration: none;
}

.single-awesome-portfolio {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 25%;
  position: relative;
}

.single-awesome-project {
  overflow: hidden;
  margin-bottom: 30px;
}

.first-item {
  margin-bottom: 30px;
}

.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.awesome-img>a {
  display: block;
  position: relative;
}

.single-awesome-project:hover .awesome-img>a::after {
  opacity: 1;
}

.single-awesome-project:hover .add-actions {
  opacity: 1;
  bottom: 0;
}

.awesome-img>a::after {
  background: rgba(277, 144, 34, 0.6) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}

.add-actions {
  background: rgba(253, 104, 14, 0.6) none repeat scroll 0 0;
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.project-dec {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec a {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec h4 {
  margin-bottom: 5px;
}

.project-dec h4:hover {
  color: #fff;
}

.project-dec h4 {
  color: #ddd;
  font-size: 24px;
  margin-top: -80px;
  padding-top: 50%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}

.project-dec span {
  color: #ddd;
  font-size: 13px;
}

.project-action-btn {
  display: block;
  height: 100%;
  text-align: center;
  transition: all 1s ease 0s;
  width: 100%;
}

.project-action-btn li {
  display: block;
  height: 100%;
  width: 100%;
}

.project-action-btn li a {
  display: block;
  height: 100%;
  width: 100%;
}
.bgnovidade {
  background-color: #fd680e;
  height: 800px;
  padding-bottom: 30px;
}
.bgnovidade-int {
  background-color: #fd680e;
  padding-bottom: 30px;
  height: 400px;
}

.text-novidade{
  width:85%;
  margin:0 auto;
  padding-top:15px;

}
.text-novidade h2{
  width:100%;
  margin:0 0 15px 0;
  padding-top:15px;
  text-align: left;
  color: #fff;

}
.text-novidade p{
  width: 100%;
  color: #fff;
  text-align: justify;
  font-size: 18px;
  min-height: 100px
}
.text-novidade span {
  color:#f7f7f7;
  font-size: 14px;
  font-weight: 700;
  float:left;
  width: 50%;
  padding-bottom: 20px;
}
.text-novidade i {
  margin-right: 5px;
}

.btn-novidade {
  background-color:transparent;
  border:3px solid #fff;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  font-family: 'bankgothic_md_btmedium', sans-serif;
  font-size: 21px;
  font-weight: 300;
  margin: 30px 0 ;
}
.btn-novidade:hover {
    background-color: #ff8f4c;
    transition: 0.3s;
}

.btn-bottom {
  position: absolute;
  bottom: 20px;
  right: 200px;
}

.btn-bottom-int{
  position: absolute;
  bottom: 40px;
  right: 30%;
}
/*----------------------------------------
 12.Testimonial Area Css
----------------------------------------*/

.testimonials-area {
  height: auto;
  width: 100%;
}

.testi-inner {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.testi-overly {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.quate {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 70px;
  line-height: 70px;
  width: 70px;
}

.quate:hover {
  color: #fff;
}

.testi-img img {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  height: 80px;
  margin: 0 auto;
  padding: 5px;
  transition: background 0.6s ease-out 0s;
  width: 80px !important;
}

.testi-text p {
  color: #fff;
  font-size: 21px;
  line-height: 1.5em;
  margin: 20px auto;
  letter-spacing: 1px;
  width: 80%;
}

.testi-text h6 {
  color: #fff;
  font-size: 20px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot>span {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  height: 8px;
  width: 8px;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
  bottom: -30px;
  display: block;
  left: 50%;
  margin-left: -20px;
  position: absolute;
}

.testimonial-content {
  margin-bottom: 15px;
  margin-top: 7%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
  display: inline-block;
  margin: 0 3px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
  background: #3EC1D5;
}

.testi-text.text-center>h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.guest-rev {
  color: #ddd;
  font-size: 16px;
}

.guest-rev>a {
  color: #3EC1D5;
  font-size: 14px;
}
/*----------------------------------------
  6.Faq Area
----------------------------------------*/

.faq-details .panel-heading {
  padding: 0;
}

.panel-default>.panel-heading {
  background-color: transparent;
  border: medium none;
  color: #333;
}

.faq-details h4.check-title a {
  color: #333;
  display: block;
  font-weight: 300;
  letter-spacing: 2px;
  margin-left: 40px;
  padding: 6px 10px;
  text-decoration: none;
}

.panel-body {
  padding: 15px 15px 0px 50px;
}

.faq-details h4.check-title {
  color: #444;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.faq-details a span.acc-icons {
  position: relative;
}

.faq-details a span.acc-icons::before {
  color: #333;
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  height: 40px;
  left: -51px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 42px;
}

.faq-details h4.check-title a.active, .faq-details a.active span.acc-icons::before {
  color: #3EC1D5;
}

.faq-details a.active span.acc-icons::before {
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  height: 40px;
  left: -51px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 42px;
}

.second-row {
  margin-top: 30px;
}

.event-content.head-team h4 {
  background: transparent none repeat scroll 0 0;
  color: #333;
  padding: 30px 0 10px;
  font-weight: 500;
  text-transform: capitalize;
}

.tab-menu .nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.tab-menu {
  display: block;
  text-align: center;
}

.tab-menu ul.nav {
  margin: 0;
  padding: 0;
}

.tab-menu ul.nav li {
  border: medium none;
  display: inline-block;
}

.tab-content {
  border: 1px solid #ccc;
  padding: 0 15px 15px;
}

.tab-menu ul.nav li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  color: #444;
  display: block;
  font-weight: 500;
  margin-right: 5px;
  padding: 10px 20px;
  font-family: raleway;
  font-size: 18px;
}

.tab-menu ul li.active a, .tab-menu ul li.hover a, .tab-menu ul li.focus a {
  border-bottom: 1px solid #fff;
  color: #3EC1D5 !important;
}

.tab-menu .nav-tabs {
  border-bottom: none;
}

.tab-main-img a {
  position: relative;
  display: block;
}

.tab-main-img a:hover span.events-offer {
  height: 20%;
}

.tab-main-img a span.events-offer {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  content: "";
  font-size: 20px;
  font-weight: 700;
  height: 0%;
  left: 0;
  line-height: 70px;
  padding: 0;
  position: absolute;
  text-align: left;
  transition: all 0.5s ease 0s;
  width: 100%;
  padding: 0px 10px;
}

/*--------------------------------------------------------------
# Frequenty Asked Questions
--------------------------------------------------------------*/
.faq {
  padding-bottom: 60px;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #fd680e;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
}

.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #fd680e;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

/*--------------------------------------------------------------
# PAGINAS INTERNAS
--------------------------------------------------------------*/
.cover-quem-somos {
  min-height:400px;
  height: auto;
  background-image: url("../../_IMG/clientes.jpg");
  border-bottom: 20px solid #fd680e;
}
.cover-servico-int {
  min-height:400px;
  height: auto;
  background-image: url("../../_IMG/img-publi.jpg");
  border-bottom: 20px solid #fd680e;
}
.cover-projetos-int {
  min-height:400px;
  height: auto;
  background-image: url("../../_IMG/bg-orcamento.jpg");
  border-bottom: 20px solid #fd680e;
}
.cover-contato-int {
  min-height:400px;
  height: auto;
  background-image: url("../../_IMG/bg-contato.jpg");
  border-bottom: 20px solid #fd680e;
}
.cover-publi-int {
  min-height:400px;
  height: auto;
  background-image: url("../../_IMG/bg-publi.jpg");
}
.interno {
  padding-top: 220px;
  height: 70px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important; /** ISSO AQUI ALINHA VERTICALMENTE */
}
.tit-interno {
    text-align: center;
    margin: 0;
    font-size: 70px;
}
.texto-interno {
  font-size: 18px;
  text-align: justify;
  width: 85%;
  line-height: 30px;
}
.texto-publicacao p {
  font-size: 18px;
  text-align: justify;
  width: 85%;
  line-height: 30px;
}
.div-sub-line {
  width: auto;
  display: inline-block;
}
.line-sub {
  width:auto;
  border-bottom:8px solid #fd680e;
}
.sub-tit-interno {
  font-size: 41px;
  text-align: left;
}
.text-curriculo {
  width: 90%;
}
.seta-curriculo {
  text-align: center;
  margin-top: -5px;
}
.tit-nome {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  width: 100%;
  background-color: #e37222;
  height: 230px;
}
#footer .footer-azul{
  border-bottom: 230px solid #008080;
  border-left: 0px solid transparent;
  border-right: 50px solid transparent;
  height: 0;
  width: 53%;
  transform: rotateX(180deg);
  float:left;
}
#footer .img-rodape {
  width: 400px ;
  margin-top: 5%;
  transform: rotateX(180deg);

}
#footer .footer-laranja{
  border-bottom: 230px solid #e37222;
  border-left: 50px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
  width: 47%;
  float:left;
}
.top {
  margin-top: 25px;
}
#footer i {
  font-size: 4vw;
  margin-right: 25px;
}
#footer .texto {
  font-family: 'bankgothic_md_btmedium', sans-serif;
  font-size: 2.5vw;
  padding-top: 15px;
  width: 100%;
  cursor: pointer;
  display: flex !important;
	justify-content: center !important;
	align-items: center !important; /** ISSO AQUI ALINHA VERTICALMENTE */
}
#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
