/*
* Elegance - Onepahe HTML Template
* Author    : Carino Technologies
* url       : https:// carinotech.com
* versions  : v 1.0.0 
*/

/*******************************************
* Import stylesheets
*******************************************/


@import url('shortcodes.css');
@import url('normal.css');
@import url('fontello.css');
@import url('fontello-ie7.css');
@import url('magnific-popup.css');

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
}
body
{
   /* background-color: #E9E9E9;*/
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: 80%;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  /*FICA TRANSPARENTE*/
  /*background: #e68741;*/
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 12px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 17px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 210px;
  font-size: 13px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 80%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}


/*************************************************
* General
*************************************************/

*,:after,:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,html {
  font-size: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
}

.clearfix:before,.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}
.lblErro
{
  color: #FF0000;
  
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 1.0em;  
  margin-bottom: 25px;
}
.lblMsgOk
{
    color: #003399;
    font-weight: 600;
    letter-spacing: .075em;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 1.2em;
    margin-bottom: 25px;
}

body {
  font-size: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #000000;
  overflow-x: visible;
  overflow-y: visible;
  
}


li {
  list-style: none;
}

ol,ul {
  list-style: none;
}

p {
  text-align: left;
  margin-bottom: 30px;
  font-size: .85em;
}


a {
  cursor: pointer;
  color: #48A65B;
  text-decoration: none;
}


/****************************
* HEADINGS
****************************/


h1 {
  margin: 10px 0;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 3.5em;
  margin-bottom: 25px;
}

h2 {
  margin: 10px 0;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 1.5em;
  margin-bottom: 10px;

}

h3 {
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 2em;
  margin-bottom: 20px;
}

h4 {
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 1.3em;
  margin-bottom: 10px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 10px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

/* EXTRA LARGE HEADING */
.xl {
  font-size: 6em;
  color: #FFF;
}


/******************************
* HTML Styles
*******************************/

.green {
  color: #27AE60;
}

.red {
  color: #c0392b;
}


/******************************
* MAIN GRID CLASSES
*******************************/

.container {
  margin-top: auto;
  margin-bottom: auto;
}

.wrap {
 padding: 0px 0 0px;
}

.wrap-normal {
  padding: 40px 0;
}

.wrapper {
padding: 100px 0 90px;
}


/******************************
* PARALLAX CLASSIES
*******************************/

.parallax-back {
  background: url(../images/back.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: auto;
}

.header-parallax {
  background: url(../images/header/header-parallax.jpg);
  background-size: cover;
  background-attachment: fixed;
  margin: auto;
}

.header-parallax {
  height: 580px;
}

.opcaity {
  background: rgba(0,0,0,0.89);
}

/******************************
* SPACING
*******************************/

.spacing {
  position: relative;
  padding: .5em 0;
  height: 14.3em;
  z-index: -1;

}

/*****************************************
* Image frames
******************************************/

.circule {
  border-radius: 50%;
}

/*******************************************
* aligments
*******************************************/
.center,.center p {
  text-align: center;
  padding-bottom: 1px;
}

.left,.left p {
  text-align: left;
  padding-bottom: 15px;
}

.right,.right p {
  text-align: right;
  padding-bottom: 15px;
}

/*********************************************
* Underlines
**********************************************/


/* underline headings with image*/
h1.underline,h2.underline,h3.underline,h4.underline {
  background: url(../images/underline-headline.png) bottom center no-repeat;
}

h1.underline,h2.underline,h3.underline,h4.underline {
  padding-bottom: 20px;
}

/* underline headings with dotted border */


h1.underline-dotted,h2.underline-dotted,h3.underline-dotted,h4.underline-dotted {
  border-bottom: 1px dotted #ECF0F1;
}

h1.underline-dotted,h2.underline-dotted,h3.underline-dotted,h4.underline-dotted {
  padding-bottom: 20px;
}


/*********************************************
* Backgrounds
**********************************************/
.row-back {
  
  border-bottom: 1px solid #ffffff;
}

.row-gree {
  background: #27AE60;
  border-bottom: 1px solid #27ae60;
}

/*********************************************
* Header Style
*********************************************/
.container > header {
  margin: 0 auto;
  padding: 2em;
  text-align: center;
  background: rgba(0,0,0,0.01);
}

.container > header h1 {
  font-size: 2.625em;
  line-height: 1.3;
  margin: 0;
  font-weight: 300;
}

.header {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  border-bottom: 0 none #e03163;
  background-image: 0;
  background-image: 0;
  background-image: linear-gradient(white,white);
  box-shadow: none;
}

.banner {
  /*COR DO FUNDO DO FUNDO DO MENU*/
  
  /*ALTURA DO FUNDO DO MENU*/
  height:50px !important;
  z-index: 1000;
}

.center-fix {
width: 80%;
margin: auto;
}

/********************************************

* Navigation 

*********************************************/
.navbar {
}

.nav {
  margin-top: 0;
}

.menu-li {
  padding-top: 13px;
  padding-bottom: 15px;
  color: #FFF;
}

.menu-li:hover {
  border-top-style: none;
  background-color: #992626;
  color: #FFF;
  transition: background, .7s;
}

.banner--clone {
  opacity: 0.8;

}

/************************************************

* logo

*************************************************/
.elegancelogo {
  display: block;
  height: 76px;
  margin: 0 auto;
  padding-left: 10px;
  background-image: url(../images/logo.png);
  background-position: 100% 45%;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}

.logo {
  margin-top: 0;
}
/***************************************************

* slider section

****************************************************/
.slidersection {
  display: block;
  background: rgba(255,255,255,0);
}
.banner {
  position: relative;
  overflow: auto;
}
.banner li {
  list-style: none;
}
.banner ul li {
  float: left;
}
.banner {
  position: relative;
  width: 100% !important;
  overflow: auto;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 1px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.banner ul {
  list-style: none;
  width: 300%;
}
.banner ul li {
  display: block;
  float: left;
  width: 33%;
  min-height: 600px;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  box-shadow: inset 0 -3px 6px rgba(0,0,0,0.1);
}
.banner .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 999;
}
.banner .dots li {
  display: inline-block;
  width: 35px;
  height: 12px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #FFF;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}
.banner .dots li.active {
  background: #FFF;
  opacity: 1000;
}
.overlay {
  background:rgba(0, 0, 0, 0.45) url(../images/pattern.png) repeat;
  position: absolute;
  width: 100%;
  top: 80px;
  height: 580px;
}
.fixed-content {
  position: relative;
  margin-top: 8em;
}
#rotate {
  position: relative;
  bottom: .3em;
}
.static {
  background: #27AE60;
  width: 80%;
  margin: auto;
  position: relative;
  bottom: 3.75em;
}
/*******************************************
* Testimonials
********************************************/
.cbp-qtrotator {
  position: relative;
  margin: 1em auto 2em;
  max-width: 800px;
  width: 100%;
}
.cbp-qtrotator .cbp-qtcontent {
  position: absolute;
  min-height: 200px;
  padding: 2em 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  width: 100%;
}
.no-js .cbp-qtrotator .cbp-qtcontent {
  border-bottom: none;
}
.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,.no-js .cbp-qtrotator .cbp-qtcontent {
  position: relative;
  z-index: 100;
  pointer-events: auto;
  opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,.cbp-qtrotator .cbp-qtcontent:after {
  content: " ";
  display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
  clear: both;
}

.cbp-qtprogress {
  position: absolute;
  background: #47a3da;
  height: 1px;
  width: 0;
  top: 0;
  z-index: 1000;
}

.cbp-qtrotator blockquote {
  margin: 0;
  padding: 0;
}

.cbp-qtrotator blockquote p {
  font-size: 2em;
  color: #888;
  font-weight: 300;
  margin: .4em 0 1em;
}

.cbp-qtrotator blockquote footer {
  font-size: 1.2em;
  color: #27AE60;
}

.cbp-qtrotator blockquote footer:before {
  
}

.cbp-qtrotator .cbp-qtcontent img {
  float: right;
  margin-left: 3em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
@media screen and max-width 306em {
  .cbp-qtrotator {
    font-size: 70%;
  }
  
  .cbp-qtrotator img {
    width: 80px;
  }
}

/********************************************

* Portfolio section

********************************************/
#Grid {
  text-align: justify;
  font-size: .1px;
}
#Grid .mix {
  display: none;
  opacity: 0;
  width: 33.3333333333%;
  vertical-align: top;
  background: #CCC;
  color: #FFF;
  font-size: 30px;
  text-align: center;
  position: relative;
}

.filter {
  margin: 4em 1em;
  cursor: pointer;
  cursor: 0;
  cursor: 0;
}

.options ul li {
  list-style: none;
  color: #FFF;
  text-align: center;
  display: inline-block;
}

.lb-album li > a span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 150px;
  color: rgba(255,255,255,0.8);
  text-shadow: 0 1px 1px rgba(255,255,255,0.6);
  font-size: 24px;
  opacity: 0;
  filter: alpha(opacity=0);
/* internet explorer */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
/*IE8*/
  background: rgba(39,174,96,0.93);
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .7s;
  -o-transition: opacity .7s;
  -ms-transition: opacity .7s;
  transition: opacity .3s;
}

.lb-album li > a:hover span {
  opacity: 1;
  filter: alpha(opacity=99);
/* internet explorer */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99);
/*IE8*/
}

.description {
  position: relative;
  color: #FFF;
  font-style: italic;
  bottom: 40px;
}

.heading-description {
  padding-top: 75px;
/* border-bottom: 12px double #FFF; */
  padding-bottom: 25px;
  width: 80%;
  margin: auto;
  color: #FFF;
}

.portfolio-parlex {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/******************************

* Pricing table

******************************/
.pricing-section h3 {
  margin-bottom: 20px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1;
}

.pricing-section {
  text-align: center;
  background: #34495E;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  border-right: 1px solid rgba(56,66,86,0.81);
}

.pricing-section .preice {
  font-weight: 300;
  font-size: 1.6em;
}

/*.pricing-section:hover {

margin-top: -25px;

} */
.w-co {
  position: relative;
  float: left;
  min-height: 1px;
}

.pricing-main {
  position: relative;
  bottom: 25px;
}

.header-main {
  padding-bottom: 25px !important;
  border-bottom: 7px solid #0BF46E !important;
  padding-top: 60px !important;
}

.pricing-section .pricing-header {
  padding: 35px 0 25px;
  border-bottom: 7px solid #27AE60;
}

.pricing-section .pricing-content {
  padding: 30px 15px;
  border-bottom: 1px solid rgba(255,255,255,0.35);
}

.pricing-section ul li {
  margin: 15px 0;
  font-size: .85em;
}

.pricing-section .pricing-footer {
  padding: 0px 0;
}

.footer-main {
  padding-bottom: 0px !important;
}

/****************************
* Team section
****************************/
.team-album {
  padding: 3em 0 4em;
}

.team-album .tumbnail > a span {
  position: absolute;
  left: 0;
  padding: 1em;
  top: 0;
  right: 0;
  bottom: 105px;
  text-align: center;
  line-height: 150px;
  color: rgba(255,255,255,0.8);
  text-shadow: 0 1px 1px rgba(255,255,255,0.6);
  font-size: 24px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  background: rgba(39,174,96,0.93);
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .7s;
  -o-transition: opacity .7s;
  -ms-transition: opacity .7s;
  transition: opacity .3s;
}

.team-album .tumbnail > a:hover span {
  opacity: 1;
  filter: alpha(opacity=99);
/* internet explorer */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99);
/*IE8*/
}

.team-heading {
  font-size: .8em;
  font-weight: 700;
  position: relative;
  top: 20px;
}

.team-designation {
  font-size: .6em;
  font-weight: 100;
  position: relative;
  bottom: 60px;
  margin-bottom: 0;
}

.team-des {
  font-size: .6em;
  font-weight: 100;
  line-height: 24px;
  position: relative;
  bottom: 90px;
  margin-bottom: 0;
}

.team-social {
  border-top: 7px solid #27AE60;
  padding: 2.5em 1em 2em;
}

.tumbnail {
  position: relative;
  background: #34495E;
}

.thumbnail-img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.social-icons {
  color: #ECF0F1;
}

.circule-info {
  background: #27AE60;
  padding: 1em 0 170px;
  width: 50%;
  max-height: 0;
  margin: auto;
}

.info-strong {
  font-size: 4em;
}

.info-x {
  font-size: 1.95em;
}

.email {
  font-weight: 200;
  letter-spacing: .1em;
  border-bottom: 1px dotted;
}

/*****************************

* Client Section

*****************************/
#clients {
  display: block;
  margin-bottom: 15px;
}

#clients .clients-wrap {
  display: block;
  width: 93%;
  margin: 0 auto;
  overflow: hidden;
}

#clients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  width: 100% !important;
}

#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 270px;
  line-height: 55px;
  text-align: center;
}

#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  filter: alpha(opacity=65);
  opacity: 0.70;
}

#clients .clients-wrap ul li img:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1.0;
}

/***************************************

* Contact us 

***************************************/
.contact-col {
  display: block;
  margin: 50px auto 30px;
  padding-top: 0;
}

.contact-col-head {
  color: #FFF;
}

.contact-col-text {
  border-right: 4px solid #FFF;
  border-left: 4px none #FFF;
  color: #FFF;
  text-align: center;
}

.contact-col-text-bar-last {
  border-right: 0 none #FFF;
  color: #FFF;
  text-align: center;
}

.message {
  height: 200px !important;
}

.social-footter {
  padding: 1.5em;
}

/*********************************************

* footer section 

*********************************************/
.footer {
  border-top: 0px solid #95A5A6;
  background-color: #95A5A6;
}

/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8 { visibility: hidden; }
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight { visibility: visible; }
.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }
.delay-1-5s { animation-delay: 1.5s; -webkit-animation-delay: 1.5s; }
.delay-2s { animation-delay: 2s; -webkit-animation-delay: 2s; }
/* custom */
.button span i.cogelegance-icons- {
font-size: 20px;
position: relative;
right: 13px;
top: 1px;
}

/*************************************************
* General
*************************************************/

*,:after,:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,html {
  font-size: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
}

.clearfix:before,.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  font-size: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #000000;
  overflow-x: visible;
  overflow-y: visible;
  
}


li {
  list-style: none;
}

ol,ul {
  list-style: none;
}

p {
  text-align: left;
  margin-bottom: 30px;
  font-size: .85em;
}


a {
  cursor: pointer;
  color: #48A65B;
  text-decoration: none;
}


/****************************
* HEADINGS
****************************/


h1 {
  margin: 10px 0;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 3.5em;
  margin-bottom: 25px;
}

h2 {
  margin: 10px 0;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 1.5em;
  margin-bottom: 10px;

}

h3 {
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 2em;
  margin-bottom: 20px;
}

h4 {
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 1.3em;
  margin-bottom: 10px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 10px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

/* EXTRA LARGE HEADING */
.xl {
  font-size: 6em;
  color: #FFF;
}


/******************************
* HTML Styles
*******************************/

.green {
  color: #27AE60;
}

.red {
  color: #c0392b;
}


/******************************
* MAIN GRID CLASSES
*******************************/

.container {
  margin-top: auto;
  margin-bottom: auto;
}

.wrap {
 padding: 0px 0 0px;
}

.wrap-normal {
  padding: 40px 0;
}

.wrapper {
padding: 100px 0 90px;
}


/******************************
* PARALLAX CLASSIES
*******************************/

.parallax-back {
  background: url(../images/back.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: auto;
}

.header-parallax {
  background: url(../images/header/header-parallax.jpg);
  background-size: cover;
  background-attachment: fixed;
  margin: auto;
}

.header-parallax {
  height: 580px;
}

.opcaity {
  background: rgba(0,0,0,0.89);
}

/******************************
* SPACING
*******************************/

.spacing {
  position: relative;
  padding: .5em 0;
  height: 14.3em;
  z-index: -1;

}

/*****************************************
* Image frames
******************************************/

.circule {
  border-radius: 50%;
}

/*******************************************
* aligments
*******************************************/
.center,.center p {
  text-align: center;
  padding-bottom: 1px;
}

.left,.left p {
  text-align: left;
  padding-bottom: 15px;
}

.right,.right p {
  text-align: right;
  padding-bottom: 15px;
}

/*********************************************
* Underlines
**********************************************/


/* underline headings with image*/
h1.underline,h2.underline,h3.underline,h4.underline {
  background: url(../images/underline-headline.png) bottom center no-repeat;
}

h1.underline,h2.underline,h3.underline,h4.underline {
  padding-bottom: 20px;
}

/* underline headings with dotted border */


h1.underline-dotted,h2.underline-dotted,h3.underline-dotted,h4.underline-dotted {
  border-bottom: 1px dotted #ECF0F1;
}

h1.underline-dotted,h2.underline-dotted,h3.underline-dotted,h4.underline-dotted {
  padding-bottom: 20px;
}


/*********************************************
* Backgrounds
**********************************************/
.row-back {
  
  border-bottom: 1px solid #eeeeee;
}

.row-gree {
  background: #27AE60;
  border-bottom: 1px solid #27ae60;
}

/*********************************************
* Header Style
*********************************************/
.container > header {
  margin: 0 auto;
  padding: 2em;
  text-align: center;
  background: rgba(0,0,0,0.01);
}

.container > header h1 {
  font-size: 2.625em;
  line-height: 1.3;
  margin: 0;
  font-weight: 300;
}

.header {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  border-bottom: 0 none #e03163;
  background-image: 0;
  background-image: 0;
  background-image: linear-gradient(white,white);
  box-shadow: none;
}

.banner {
  /*COR DO FUNDO DO FUNDO DO MENU*/
  background-color: #0033ff;
  /*ALTURA DO FUNDO DO MENU*/
  height:50px !important;
  z-index: 1000;
}

.center-fix {
width: 80%;
margin: auto;
}

/********************************************

* Navigation 

*********************************************/
.navbar {
}

.nav {
  margin-top: 0;
}

.menu-li {
  padding-top: 13px;
  padding-bottom: 15px;
  color: #FFF;
}

.menu-li:hover {
  border-top-style: none;
  background-color: #992626;
  color: #FFF;
  transition: background, .7s;
}

.banner--clone {
  opacity: 0.8;
background: #FFFFFF !important;
}

/************************************************

* logo

*************************************************/
.elegancelogo {
  display: block;
  height: 76px;
  margin: 0 auto;
  padding-left: 10px;
  background-image: url(../images/logo.png);
  background-position: 100% 45%;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}

.logo {
  margin-top: 0;
}
/***************************************************

* slider section

****************************************************/
.slidersection {
  display: block;
  background: rgba(255,255,255,0);
}
.banner {
  position: relative;
  overflow: auto;
}
.banner li {
  list-style: none;
}
.banner ul li {
  float: left;
}
.banner {
  position: relative;
  width: 100% !important;
  overflow: auto;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 1px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.banner ul {
  list-style: none;
  width: 300%;
}
.banner ul li {
  display: block;
  float: left;
  width: 33%;
  min-height: 600px;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  box-shadow: inset 0 -3px 6px rgba(0,0,0,0.1);
}
.banner .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1999;
}
.banner .dots li {
  display: inline-block;
  width: 35px;
  height: 12px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #FFF;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}
.banner .dots li.active {
  background: #FFF;
  opacity: 1000;
}
.overlay {
  background:rgba(0, 0, 0, 0.45) url(../images/pattern.png) repeat;
  position: absolute;
  width: 100%;
  top: 80px;
  height: 580px;
}
.fixed-content {
  position: relative;
  margin-top: 8em;
}
#rotate {
  position: relative;
  bottom: .3em;
}
.static {
  background: #27AE60;
  width: 80%;
  margin: auto;
  position: relative;
  bottom: 3.75em;
}
/*******************************************
* Testimonials
********************************************/
.cbp-qtrotator {
  position: relative;
  margin: 1em auto 2em;
  max-width: 800px;
  width: 100%;
}
.cbp-qtrotator .cbp-qtcontent {
  position: absolute;
  min-height: 200px;
  padding: 2em 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  width: 100%;
}
.no-js .cbp-qtrotator .cbp-qtcontent {
  border-bottom: none;
}
.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,.no-js .cbp-qtrotator .cbp-qtcontent {
  position: relative;
  z-index: 100;
  pointer-events: auto;
  opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,.cbp-qtrotator .cbp-qtcontent:after {
  content: " ";
  display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
  clear: both;
}

.cbp-qtprogress {
  position: absolute;
  background: #47a3da;
  height: 1px;
  width: 0;
  top: 0;
  z-index: 1000;
}

.cbp-qtrotator blockquote {
  margin: 0;
  padding: 0;
}

.cbp-qtrotator blockquote p {
  font-size: 2em;
  color: #888;
  font-weight: 300;
  margin: .4em 0 1em;
}

.cbp-qtrotator blockquote footer {
  font-size: 1.2em;
  color: #27AE60;
}

.cbp-qtrotator blockquote footer:before {
  
}

.cbp-qtrotator .cbp-qtcontent img {
  float: right;
  margin-left: 3em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
@media screen and max-width 306em {
  .cbp-qtrotator {
    font-size: 70%;
  }
  
  .cbp-qtrotator img {
    width: 80px;
  }
}

/********************************************

* Portfolio section

********************************************/
#Grid {
  text-align: justify;
  font-size: .1px;
}
#Grid .mix {
  display: none;
  opacity: 0;
  width: 33.3333333333%;
  vertical-align: top;
  background: #CCC;
  color: #FFF;
  font-size: 30px;
  text-align: center;
  position: relative;
}

.filter {
  margin: 4em 1em;
  cursor: pointer;
  cursor: 0;
  cursor: 0;
}

.options ul li {
  list-style: none;
  color: #FFF;
  text-align: center;
  display: inline-block;
}

.lb-album li > a span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 150px;
  color: rgba(255,255,255,0.8);
  text-shadow: 0 1px 1px rgba(255,255,255,0.6);
  font-size: 24px;
  opacity: 0;
  filter: alpha(opacity=0);
/* internet explorer */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
/*IE8*/
  background: rgba(39,174,96,0.93);
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .7s;
  -o-transition: opacity .7s;
  -ms-transition: opacity .7s;
  transition: opacity .3s;
}

.lb-album li > a:hover span {
  opacity: 1;
  filter: alpha(opacity=99);
/* internet explorer */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99);
/*IE8*/
}

.description {
  position: relative;
  color: #FFF;
  font-style: italic;
  bottom: 40px;
}

.heading-description {
  padding-top: 75px;
/* border-bottom: 12px double #FFF; */
  padding-bottom: 25px;
  width: 80%;
  margin: auto;
  color: #FFF;
}

.portfolio-parlex {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/******************************

* Pricing table

******************************/
.pricing-section h3 {
  margin-bottom: 20px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1;
}

.pricing-section {
  text-align: center;
  background: #34495E;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  border-right: 1px solid rgba(56,66,86,0.81);
}

.pricing-section .preice {
  font-weight: 300;
  font-size: 1.6em;
}

/*.pricing-section:hover {

margin-top: -25px;

} */
.w-co {
  position: relative;
  float: left;
  min-height: 1px;
}

.pricing-main {
  position: relative;
  bottom: 25px;
}

.header-main {
  padding-bottom: 25px !important;
  border-bottom: 7px solid #0BF46E !important;
  padding-top: 60px !important;
}

.pricing-section .pricing-header {
  padding: 35px 0 25px;
  border-bottom: 7px solid #27AE60;
}

.pricing-section .pricing-content {
  padding: 30px 15px;
  border-bottom: 1px solid rgba(255,255,255,0.35);
}

.pricing-section ul li {
  margin: 15px 0;
  font-size: .85em;
}

.pricing-section .pricing-footer {
  padding: 0px 0;
}

.footer-main {
  padding-bottom: 0px !important;
}

/****************************
* Team section
****************************/
.team-album {
  padding: 3em 0 4em;
}

.team-album .tumbnail > a span {
  position: absolute;
  left: 0;
  padding: 1em;
  top: 0;
  right: 0;
  bottom: 105px;
  text-align: center;
  line-height: 150px;
  color: rgba(255,255,255,0.8);
  text-shadow: 0 1px 1px rgba(255,255,255,0.6);
  font-size: 24px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  background: rgba(39,174,96,0.93);
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .7s;
  -o-transition: opacity .7s;
  -ms-transition: opacity .7s;
  transition: opacity .3s;
}

.team-album .tumbnail > a:hover span {
  opacity: 1;
  filter: alpha(opacity=99);
/* internet explorer */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=99);
/*IE8*/
}

.team-heading {
  font-size: .8em;
  font-weight: 700;
  position: relative;
  top: 20px;
}

.team-designation {
  font-size: .6em;
  font-weight: 100;
  position: relative;
  bottom: 60px;
  margin-bottom: 0;
}

.team-des {
  font-size: .6em;
  font-weight: 100;
  line-height: 24px;
  position: relative;
  bottom: 90px;
  margin-bottom: 0;
}

.team-social {
  border-top: 7px solid #27AE60;
  padding: 2.5em 1em 2em;
}

.tumbnail {
  position: relative;
  background: #34495E;
}

.thumbnail-img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.social-icons {
  color: #ECF0F1;
}

.circule-info {
  background: #27AE60;
  padding: 1em 0 170px;
  width: 50%;
  max-height: 0;
  margin: auto;
}

.info-strong {
  font-size: 4em;
}

.info-x {
  font-size: 1.95em;
}

.email {
  font-weight: 200;
  letter-spacing: .1em;
  border-bottom: 1px dotted;
}

/*****************************

* Client Section

*****************************/
#clients {
  display: block;
  margin-bottom: 15px;
}

#clients .clients-wrap {
  display: block;
  width: 93%;
  margin: 0 auto;
  overflow: hidden;
}

#clients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  width: 100% !important;
}

#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 270px;
  line-height: 55px;
  text-align: center;
}

#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  filter: alpha(opacity=65);
  opacity: 0.70;
}

#clients .clients-wrap ul li img:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1.0;
}

/***************************************

* Contact us 

***************************************/
.contact-col {
  display: block;
  margin: 50px auto 30px;
  padding-top: 0;
}

.contact-col-head {
  color: #FFF;
}

.contact-col-text {
  border-right: 4px solid #FFF;
  border-left: 4px none #FFF;
  color: #FFF;
  text-align: center;
}

.contact-col-text-bar-last {
  border-right: 0 none #FFF;
  color: #FFF;
  text-align: center;
}

.message {
  height: 200px !important;
}

.social-footter {
  padding: 1.5em;
}

/*********************************************

* footer section 

*********************************************/
.footer {
  border-top: 0px solid #95A5A6;
  background-color: #95A5A6;
}

/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8 { visibility: hidden; }
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight { visibility: visible; }
.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }
.delay-1-5s { animation-delay: 1.5s; -webkit-animation-delay: 1.5s; }
.delay-2s { animation-delay: 2s; -webkit-animation-delay: 2s; }
/* custom */
.button span i.cogelegance-icons- {
font-size: 20px;
position: relative;
right: 13px;
top: 1px;
}


.Gridm td
{
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 0px solid #FFFFFF;
    border-top: 0px solid #FFFFFF;
    padding: .0em 0.0em; /*text-shadow: 1px 1px 1px #FFFFFF;*/
    font-family: 'calibri' , 'sans-serif';
    color: #666666;    
    font-weight: bold;
    font-style: normal;
    border: 0px solid #808080;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 13px;
}
.Gridm th
{
    border-width: inherit;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    padding: .6em 1em;
    text-shadow: 1px 1px 1px #000000;
    font-family: 'calibri' , 'sans-serif';
    font-weight: bold;
    font-style: normal;
    border: 0px solid #808080;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 13px;
}

.GridRel td
{
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    padding: .1em 0.5em; 
    /*text-shadow: 1px 1px 1px #FFFFFF;*/
    font-family: 'calibri' , 'sans-serif';
    color: #000000;
    font-weight: bold;
    font-style: normal;
    border: 0px solid #808080;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 9px;
}
.GridRelx td
{
   /* border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;*/
    padding: .1em 0.5em; 
    /*text-shadow: 1px 1px 1px #FFFFFF;*/
    font-family: 'calibri' , 'sans-serif';
    color: #000000;
    font-weight: bold;
    font-style: normal;
    border: 0px solid #808080;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 12px;
}
.GridRel2
{
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    padding: .1em 0.5em; 
    /*text-shadow: 1px 1px 1px #FFFFFF;*/
    font-family: 'calibri' , 'sans-serif';
    color: #000000;
    font-weight: bold;
    font-style: normal;
    border: 1px solid #FFFFFF;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 10px;
}
/*FONT GERAL*/
.GridForms td
{
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    padding: .1em 0.5em; 
    /*text-shadow: 1px 1px 1px #FFFFFF;*/
    font-family: 'calibri' , 'sans-serif';
    color: #000000;
    font-weight: bold;
    font-style: normal;
    border: 0px solid #808080;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 13px;
}


.GridGis td
{
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    padding: .1em 0.5em; /*text-shadow: 1px 1px 1px #FFFFFF;*/
    font-family: 'calibri' , 'sans-serif';
    color: #666666;
    font-weight: bold;
    font-style: normal;
    border: 1px solid #808080;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 13px;
}
.DescriForms
{
    font-family: 'calibri' , 'sans-serif';
    color: #0066CC;
    font-weight: bold;
    font-style: normal;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 15px;
}
.GridGis th
{
    border-width: inherit;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    padding: .6em 1em;
    text-shadow: 1px 1px 1px #000000;
    font-family: 'calibri' , 'sans-serif';
    font-weight: bold;
    font-style: normal;
    border: 1px solid #808080;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 13px;
}

.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #E6E9ED;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:absolute;top:0;right:0;left:0;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;visibility:visible;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:normal;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:114px;font-weight:normal;line-height:1.42857143;text-align:left;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-control.left{background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
}.carousel-control.right{left:auto;right:0;background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important;visibility:hidden !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}




.bg1
{
background: #c84229;
background-position: bottom; background-image: url('bgLaranja_.JPG'); background-repeat: repeat-x;

}
.bg2
{
    background: #999999;
    background-repeat: no-repeat; /*background-image: url('bgLaranja.JPG');*/
    background-attachment: fixed;
}