@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,700,800,900,400,400italic);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,800);
@import url(http://fonts.googleapis.com/css?family=PT+Sans);



#dvCenter{
				width: 500px;
				background-color: #FFFFFF;
				border: 3px solid #EEE;
				border-radius: 5px;
				padding:10px;
				margin-top: 200px;
			}
			
			select{
				padding: 5px;
				margin: 5px;
			}
			
			input[type=submit]{
				padding: 5px;
				margin: 5px;
			}
			
			input[type=file]{
				padding: 5px;
				margin: 5px;
			}




.tituloMensagem p{
	font-size:20px;
	text-align:center;
	color:black;
	
}
.text-md-right {
    text-align: right;
  }


/*
**bootstrap overrides
*/
/*breadcrumbs*/
.breadcrumb {
  margin: 5px 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  color: inherit;
}

.breadcrumb > .active {
  color: inherit;
  opacity: 0.9;
}

.breadcrumb > li + li:before {
  color: inherit;
  padding: 0 20px;
  font-family: 'fontello';
  content: '\e830';
}


/*nav*/
.nav > li > a {
  color: #ffffff;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}


/**color section*/

.cs {
  color: #ffffff;
  background-size:cover;
}

.cs h1,
.cs h2,
.cs h3,
.cs h4,
.cs h5,
.cs h6 {
  color: #ffffff;
}


.cs a {
  color: #ffffff;
}

.cs a:hover {
  color: #dcf1fb;
}





/*page_header*/

.page_header {
  position: relative;
  width: 100%;
  z-index: 1000;
}


/* breadcrumbs section*/
.breadcrumbs_section h1 {
  display: inline;
  font-size: 40px;
  font-weight:300;
}



@media screen and (min-width: 992px) {
  }




/*
**main menu (min 992px) styles
*/


	
@media (min-width: 992px) {
  /* menu layout */
  .sf-menu {
    margin: 0;
    list-style: none;
    font-size: 24px;
    padding: 20px 20px;
  }
  .sf-menu li {
    position: relative;

  }
  .sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    z-index: 99;
  }
  .sf-menu li:hover > ul,
  .sf-menu li.sfHover > ul {
    display: block;
  }
  .sf-menu a {
    display: block;
    position: relative;
  }
  .sf-menu ul ul {
    top: -20px;
    left: 100%;
  }
  /* menu skin */
  .sf-menu a {
    font-weight: 400;
    padding: 0.75em 1.1em;
    text-decoration: none;
    zoom: 1;
  }
  .sf-menu li {
    white-space: nowrap;
    /* no need for Supersubs plugin */
    *white-space: normal;
    /* ...unless you support IE7 (let it wrap) */
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
  }
  .sf-menu > li {
    display: inline-block;
    position: relative;
  }
  .sf-menu > li > a {
    padding: 10px 30px;
    font-family:Calibri;
    font-weight:100;

    position: relative;
    text-decoration: none;
  }
  .sf-menu > li > a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #175229;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .sf-menu > li > a:hover::before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .boxed .sf-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sf-menu > li > a:hover,
  .sf-menu > li.active > a {
    color:#175229;
}
   .sf-menu li:hover,
  .sf-menu li.sfHover {
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .sf-menu > li > a {
    padding-left: 20px;
    padding-right: 6px;
    
  }
  .boxed .sf-menu > li > a {
    padding-left: 2px;
    padding-right: 2px;
  }
}


.toggle_menu {
  position: absolute;
  top: 0%;
  display: none;
  background-color: transparent;
  right: 15px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 1001;
  visibility: visible;
}

.toggle_menu:hover span:before {
  top: -7px;
}

.toggle_menu:hover span:after {
  top: 7px;
}

.toggle_menu span,
.toggle_menu span:before,
.toggle_menu span:after {
  display: block;
  width: 25px;
  height: 2px;
  position: absolute;
  background-color: #f9f9f9;
  content: '';
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.toggle_menu span {
  left: 20px;
  top: 40%;
  margin-top: -1px;
}

.toggle_menu span:before {
  top: -5px;
}

.toggle_menu span:after {
  top: 5px;
}


/*
**main menu mobile styles
*/
@media (max-width: 991px) {
  .mainmenu_wrapper {
    /*position: relative;*/
    position: fixed;
    visibility: hidden;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    opacity: 0;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
  }
  .mainmenu_wrapper ul li a{
    color:#323232;
    text-align: center;
  }
  .mainmenu_wrapper ul li:hover a{
    color:#f9f9f9;
  background-color:#175229;
  }

  .mobile-active .mainmenu_wrapper {
    visibility: visible;
    opacity: 1;
	background: rgb(0,0,0);
	background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(0,0,0,0.2732394366197183) 100%);
  }
  .toggle_menu {
    display: block;
  }
  .toggle_menu.mobile-active {
    background-color: transparent !important;
    border: none;
    top: 2%;
    right: 4%;
    position: fixed;
    margin: 0;
    z-index: 3000;
  }
  .toggle_menu.mobile-active:after {
    position: absolute;
    top: 14px;
    left: 10px;
    font-family: 'rt-icons-2';
    content: "\e117";
    font-size: 40px;
    color: #323232;
  }
  .toggle_menu.mobile-active span {
    display: none;
  }
  .nav-justified > li > a {
    text-align: left;
  }
  .sf-menu {
    position: fixed;
    overflow: auto;
    background-color: #ffffff;
    width: auto;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    padding: 20px;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 600;
    word-wrap: break-word;
    text-align: left;
  }
  .sf-menu a {
    color: #323232;
  }
  .sf-menu ul {
    list-style: none;
    padding-left: 10px;
  }
  .sf-menu ul li a {
    display: block;
    padding: 10px;
    font-weight: normal;
    text-transform: none;
  }
  .sf-menu ul li a:before {
    content: '-';
    padding-right: 5px;
  }
  .sf-menu ul ul li a:before {
    content: '--';
    padding-right: 5px;
  }

  
}

@media (max-width: 400px) {
  .sf-menu {
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    padding: 15px 5px;
  }
}




/*forms*/
.form-control {
  height: 50px;
  border-color: #e5e5e5;
  background-color: transparent;
  border-radius: 0;
  color: #000000;
  padding-left: 30px;
  padding-right: 40px;
  font-size: 16px;
}

/* select styling */
.form-control option {
  color: #323232;
  background-color: #ffffff;
}

.form-control, .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control.invalid {
  -webkit-box-shadow: 0 0 0 2px #55bce9;
  box-shadow: 0 0 0 2px #55bce9;
}

.form-control:focus {
  border-color: #b2b2b2;
  color: #b2b2b2;
}

.form-control:-moz-placeholder {
  color: #b2b2b2;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #b2b2b2;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #b2b2b2;
}

.form-control::-webkit-input-placeholder {
  color: #b2b2b2;
}

.form-control:focus:-moz-placeholder {
  color: transparent;
  opacity: 1;
}

.form-control:focus::-moz-placeholder {
  color: transparent;
  opacity: 1;
}

.form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}




/*same top and bottom paddings for sections*/

.section_padding_15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.section_padding_25  {
  padding-top: 25px;
  padding-bottom: 25px;
}
.section_padding_50  {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section_padding_75 > [class*="container"] {
  padding-top: 75px;
  padding-bottom: 75px;
}






@media (max-width: 767px) {
  .container {
    max-width: 500px;
  }
}

/*
**general styles
*/
html{
	scroll-behavior:smooth;
}

body {
  overflow-x:hidden;
  width:100%;
  font-family: 'Open Sans', sans-serif;
 
  background-image: linear-gradient(-15deg, rgb(22, 160, 133,0.8) 0%, rgb(244, 208, 63) 100%);
  }



/*
**icons
*/
a[class*='soc-'] {
  font-size: 0;
  display: inline-block;
  margin-left:7px;
  margin-top:5px;
}

a[class*='soc-'] + a[class*='soc-'],
.tooltip + a[class*='soc-'] {
  margin-top:5px;
  margin-bottom:5px;
  }

a[class*='soc-'].bg-icon + a[class*='soc-'].bg-icon {
  margin-left: 7px;
}

a[class*='soc-']:before {
  font-family: 'socicon';
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #b2b2b2;
  display: inline-block;
  -webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  -ms-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

a[class*='soc-']:hover:before {
  -webkit-transition: all 0.05s linear 0s;
  -moz-transition: all 0.05s linear 0s;
  -o-transition: all 0.05s linear 0s;
  -ms-transition: all 0.05s linear 0s;
  transition: all 0.05s linear 0s;
}

a.border-icon:before {
  border: 1px solid #b2b2b2;
  padding: 15px;
  margin-bottom: 4px;
}

a.bg-icon:before {
  color: #ffffff;
  background-color: white;
  padding: 16px;
  margin-bottom: 4px;
}

a.bg-icon:hover:before {
  color: #ffffff !important;
}

a.color-bg-icon:before {
  color: #ffffff;
  background-color: #b2b2b2;
  margin-bottom: 4px;
  padding: 16px;
}

a.color-bg-icon:hover:before {
  background-color: #323232;
  color: #ffffff !important;
}

a.color-icon:hover:before {
  color: #507cbe !important;
}

a.color-icon.border-icon:hover:before {
  color: #ffffff !important;
}

a[class*='soc-'].rounded-icon:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/*corporate colors*/

a.color-icon.soc-facebook:before, a[class*="soc-"].soc-facebook:hover:before {
  color: #ffffff;
  border-color: #507cbe;
}


/*corporate background colors*/
.color-bg-icon:before {
  color: #ffffff;
}


.color-bg-icon.soc-facebook:before, a.soc-facebook.bg-icon:hover:before, .soc-facebook.color-icon.border-icon:hover:before {
  background-color: #507cbe;
}


/*icons header*/
.soc-icon-header{
	border-style:solid;
    border-width:1px;
	border-radius:50px;
	border-color:#ffffff;
	padding:5px;
	margin:0px 0px 5px 0px;
}
.soc-icon-header:hover{
    background-color:white;

}


.headercontact-icon{
padding-left:30px;
color:black;
}
.headercontact-icon:hover{
color:black;
}

.headercontact-text{
padding-left:10px;
color:white;
}
.headercontact-text:hover{
color:white;
text-decoration:underline;
}





/* 
**buttons 
*/
.theme_button {
  font-size: 16px;
  font-weight: 400;
  padding: 16px 38px;
  margin-bottom: 4px;
  line-height: 1;
  display: inline-block;
  min-width: 8.5em;
  text-align: center;
  color: #ffffff;
  border: 1px solid #323232;
  background-color: #323232;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  -webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  -ms-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}

.theme_button:active,
.theme_button:hover,
.theme_button:focus {
  color: #ffffff;
  background-color: rgba(102, 166, 255,1);
  border-color: #ffffff;
  opacity: 1;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.05s linear 0s;
  -moz-transition: all 0.05s linear 0s;
  -o-transition: all 0.05s linear 0s;
  -ms-transition: all 0.05s linear 0s;
  transition: all 0.05s linear 0s;
}

.theme_button:active {
  top: 1px;
}



/*
animated elements
*/
.to_animate {
  visibility: hidden;
}

.animated {
  /*IE7 fix*/
  visibility: visible !important;
}


/**light section - .ls*/
.ls {
  color:#b2b2b2;
 }
 #content{
	background-color:white;
}

.ls.bg_image {
  color: #323232;
}

.ls h1,
.ls h2,
.ls h3,
.ls h4,
.ls h5,
.ls h6 {
  color: #323232;
}

.ls h1 a,
.ls h2 a,
.ls h3 a,
.ls h4 a,
.ls h5 a,
.ls h6 a {
  color: inherit;
}

.ls h1 a:hover,
.ls h2 a:hover,
.ls h3 a:hover,
.ls h4 a:hover,
.ls h5 a:hover,
.ls h6 a:hover {
  color: #a1b52f;
}

.ls a {
  color: #55bce9;
}

.ls a:hover {
  color: #b2b2b2;
}

.ls .theme_button {
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
	border-color: #000000;
}

.ls .theme_button:hover, .ls .theme_button:focus {
  color: #ffffff;
  background-color:  #a1b52f;
  border-color:  #ffffff;
}

.ls .theme_button.inverse {
  color: #323232;
}

.ls .theme_button.inverse:hover, .ls .theme_button.inverse:focus {
  border-color: #323232;
  background-color: #323232;
  color: #ffffff;
}

.ls .theme_button.color1:active,
.ls .theme_button.color1:hover,
.ls .theme_button.color1:focus {
  background-color: #a1b52f;
  border-color: #7370b5;
}

.ls .color-icon.bg-icon:before {
  background-color: #f5f5f5;
}

.ls .color-icon.bg-icon:hover:before {
  color: #ffffff !important;
}


/**grey section - light section, muted section - .ls.ms*/
.ls.ms {
  color: #a5a5a5;
}

.ls.ms h1,
.ls.ms h2,
.ls.ms h3,
.ls.ms h4,
.ls.ms h5,
.ls.ms h6 {
  color: #2a2a2a;
}

.ls.ms h1 a,
.ls.ms h2 a,
.ls.ms h3 a,
.ls.ms h4 a,
.ls.ms h5 a,
.ls.ms h6 a {
  color: inherit;
}

.ls.ms h1 a:hover,
.ls.ms h2 a:hover,
.ls.ms h3 a:hover,
.ls.ms h4 a:hover,
.ls.ms h5 a:hover,
.ls.ms h6 a:hover {
  color:  #a1b52f;
}


.ls.ms .theme_button {
  color: #ffffff;
}

.ls.ms .theme_button:hover, .ls.ms .theme_button:focus {
  color: #ffffff;
}

.ls.ms .theme_button.inverse {
  color: #323232;
}

.ls.ms .theme_button.inverse:hover {
  background-color: #323232;
  color: #ffffff;
}


.ls.ms .color-icon.bg-icon:before {
  background-color: #ffffff;
}

.ls.ms .color-icon.bg-icon:hover:before {
  color: #ffffff !important;
}

.ls.ms .breadcrumb {
  color: #b2b2b2;
}

.ls.ms .breadcrumb a {
  color: #999999;
}

.ls.ms .breadcrumb a:hover {
  color: #a1b52f;
}

.topo{
height:35px;
}

@media (max-width: 967px) {
.soc-icon-header{
	float:left;
	margin-right:100px;
}
}

@media (max-width: 767px) {
  #page_social_icons {
    padding: 10px 0 0;
    position:relative;
  }
   .soc-icon-header{
	   visibility:hidden;
}

.topo{
height:30px;
}

}

@media (max-width: 576px) {
.soc-icon-header{
	float:left;
	margin-right:180px;
}
}



a.logo {
  display: inline-block;
}

a.logo img {
  padding: 10px 0px 0px 0px;	
  width:100%;
}
@media (max-width:769px){
  a.logo img {	
    width:125px;
  }
}
.home a.logo img,
footer a.logo img {
  max-width: 100%;
}


.bottom_logo img {
  padding: 10px 0;
}
.facebookPage{
  float: right;
}

@media (max-width: 1201px) {
a.logo img {
    max-width: 90%;
  }

}


@media (max-width: 991px) {
a.logo img {
    max-width: 100%;
    margin-bottom:5px;
  }
}

@media (max-width: 766px) {
  a.logo img {
    max-width: 200%;
  }
  
}


@media (max-width: 600px) {
  a.logo img {
    max-width: 200%;
  }
}




#map {
  height: 600px;
  color:white;
}



	



/*
**widgets
*/
aside .widget a {
  color: #b2b2b2;
}

aside .widget a:hover {
  color: #a1b52f;
}

.module-header {
  margin: 0 0 38px;
  text-transform: capitalize;
  font-size: 40px;
}

footer .module-header {
  font-size: 28px;
}

.widget label[for],
.comment-form label[for], .contact-form label[for], .order-form label[for] {
  display: none;
}

.widget > h3,
.widget-title {
  font-size: 40px;
  margin: 0 0 28px;
  position: relative;
}

.widget li {
  position: relative;
}

footer .widget-title {
  font-size: 28px;
}

aside .widget + .widget {
  margin-top: 43px;
}

.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_flickr ul,
.widget_twitter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


/*
**shortcodes
*/
/*teasers*/
.teaser {
  position: relative;
  margin-bottom: 30px;
}

.teaser .sendEmail{
	color:white;
	text-decoration:underline;
}

.teaser .sendEmail:hover{
	color:white;
    text-decoration:none;
}


.teaser[class*="_bg_color"] {
  padding: 35px 40px;
}

.teaser [class*="_bg_color"] {
  padding: 21px;
  margin-bottom: 2px;
  text-align: center;
}

.teaser [class*="_bg_color"] + h4 {
  margin-top: 24px;
}

.teaser .border_icon {
  padding: 0.35em;
  min-width: 1.8em;
  border-width: 3px;
  border-style: solid;
}

.teaser i {
  min-width: 1em;
  display: inline-block;
}


.teaser [class*="count"] {
  font-size: 80px;
  margin: 10px 0 6px;
}

.teaser [class*="count"] + p {
  margin: 0;
  font-size: 28px;
  font-weight: 300;
}

.teaser .theme_button {
  margin: 22px 0 0;
}

.section_padding_bottom_0 .teaser {
  margin-bottom: 0;
}

.teaser_icon {
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.teaser_icon + p {
  margin-top: 27px;
  color:#ffffff;
}


.teaser:hover .teaser_icon {
  -webkit-animation: pulse 0.9s infinite;
  -moz-animation: pulse 0.9s infinite;
  -ms-animation: pulse 0.9s infinite;
  -o-animation: pulse 0.9s infinite;
  animation: pulse 0.9s infinite;
}

.size_big {
  font-size: 64px;
}

.size_normal {
  font-size: 42px;
}

.size_small {
  font-size: 26px;
}


/*contacts*/
.contact-form {
  position: relative;
  z-index: 3;
}

.contact-form textarea {
  height: 170px;
}

.contact-form.parallax {
  padding: 50px 50px 100px;
  background-image: url(../images/parallax/progress.jpg);
}

.contact-form-respond {
  display: block;
  font-weight: 800;
}

.contact-form-respond:before {
  content: "\e71a";
  padding-right: 10px;
}

.contact-form p {
  margin-bottom: 10px;
  position: relative;
}

.contact-form.transparent-background .form-control {
  background-color: transparent;
}

.contact-email {
  font-size: 40px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .contact-email {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .contact-form.parallax {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}


#response,
.highlight {
  color: white;
  border-color:5px black;
}

.highlight2 {
  color: #175229;
  border-color: #7370b5;
}


.grey {
  color: #323232;
  border-color: #323232;
  font-size:14px;
  text-decoration:none;
}


/*dividers*/

.topmargin_40 {
  margin-top: 40px;
}





/* 
totop 
*/
#toTop {
  bottom: 5px;
  right: 5px;
  display: none;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  z-index: 9999;
  font-size: 0;
  color: transparent;
  background-color: #669936;
}

#toTop:after {
  color: #ffffff;
  content: '\e835';
  font-size: 16px;
  line-height: 50px;
  font-family: 'fontello';
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#toTopHover, #toTop:hover {
  background-color:#303030 ;
  bottom: 8px;
}

#toTop:hover:after {
  color: #ffffff;
}

#toTop:active, #toTop:focus {
  outline: medium none;
}


/** 
* ajusta o toggleMenu
*/

.mainslider [class*="col-"] {
  position:static;
}












































