/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*:root { /*
  --color-1: #00ade4;
  --color-2: #666666; 
  --color-3: #fff; 
  --color-4: #f9f9f7;
  --color-5: white;
  --color-6: #e7e7e7;
  --color-7: #dedede;
  --color-8: #251f20;
  --color-9: #eee;
  --color-10: #111;
  --color-11: #999;
  --color-12: #333;
  --color-13: #f7f7f7;
  --color-14: red;
  --color-15: #8f8f8f;
  --color-16: #c1c1c1;
  --color-17: #e5e5e5;
  --color-18: #ccc;
  --color-19: #49ACC7;
  --color-20: #a1a1a1;
  --color-21: #b3b3b3;
  --color-22: #51d8ad;
  --color-23: #000000;
  --color-24: #e6e6e6;
  --color-25: #fafafa;
  --color-26: #ffffff;
  --color-27: white;
  --Menu-CorFundo:white;
  --Menu-CorTexto:#251f20;
  --Form-CorFundoCabecalho:#00ade4;
  --Form-CorTextoCabecalho:white;
  --Form-CorFundoCorpo:white;
  --Form-CorTextoCorpo:#000000;
  --Form-CorTextoTitulo1:#000000;
  --Form-CorTextoLabel:#000000;
  --Home-CorTexto: #337ab7;
}*/ 


html, body, table, 
td, tr, TH, P, 
h1, h2, h3, h4, h5, h6,
A {
    font-size: 14px;
    line-height: 20px;
    color: #424242;
}

h1 {
    font-weight: 100;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
}
h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}
body {
  background: #ffffff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #254693;
  text-decoration: none;
}
a:hover, a:active {
  color: #5ca9dc;
  outline: none;
  text-decoration: none;
}



p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}


.iframeContentor{
  background-color: #ffffff;
}

.mynetwndInfo1,
.mynetwndInfo1 .mynetBread2,
.mynetwndInfo1 .mynetBread2 a,
.mynetwndData1,
.mynetwndConh1 {
    font-size: 12px;
    min-height: 40px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    color: black;
}
.wndTop1, .wndTop2, .wndTop3, .wndTop4, .wndTop5 {
  border-bottom: 1px solid #e2e8ec;
  height: 40px;
  background: #00ade4 !important;
}
.mynetInput {
  text-decoration: none;
  width: 100% !important;
  clear: both;
  background-color: #e4e8ec;
  border-color: transparent;   
  border-radius: 3px 3px 3px 3px;
  color: #333333;
  font-family: arial;
  font-size: 12px;
  min-height: 26px !important;
  padding: 0 5px;
}

.labelVisual {
  padding-top: 7px;
  padding-right: 8px;
  color: #333333;
  font-family:arial;
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
}

.mynetLink {
  text-decoration: none;
  font-size: 12px;
  color: #235782;
  font-weight: bold;
}

.mynetButton {
  border: 1px solid;
  border-radius: 3px 3px 3px 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  text-decoration: none;
  background-color: green;
  padding: 5px 10px;
  margin: 5px 8px !important;
  font-weight: normal;
  background: #002e46;
}
.mynetErrorField_aster{
  right: 0px;		        		        
}
.tabskiint {
  border: 1px solid  #999;
  border-radius: 3px 3px 3px 3px;
}
.uploadAnexos {
  padding: 7px;
  width: 50px;
}


.wndCel2 {
    background: #ffffff !important;
    color: #000000 !important;
}



.panel {
  border-radius: 0px;
}
.panel-body {
    display: flex;
    height: 100px;
    color: #337ab7;
}
.panel-body>img {
    height: 70px;
}
.panel-body>h4 {
    width: 100%;
    margin: auto;
}

/* Preloader */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media only screen and (max-width: 1200px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #00ade4;
  color: #fff;
}

#main {
	background-color: #ffffff;
	padding-top: 50px;
	padding-bottom: 20px;
}

.row.about-container{
  margin: 0px;
}
#ColunaLateral {
  padding: 0%;
  width: 20%;
}
#ColunaCentral {
  padding: 0%;
  padding-left: 10px;
  width: 80%;
}

@media only screen and (max-width: 1199px){
  #ColunaCentral {
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  #ColunaLateral {
    display: none;
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #2168A6;
/*   padding: 20px 0; */
  height: 72px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
	border-bottom: 1px solid #dedede;
  z-index: 997;
}
#header #logo {
  float: left;
  margin-left: 45px;
}
#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#header #logo h1 a, 
#header #logo h1 a:hover {
  color: #fff;
}
#header #logo img {
  padding: 0;
  margin: 0;
  max-width: 190px;
}

@media only screen and (max-width: 1200px) {
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 40px;
  }
}
#header.header-fixed {
 /* background: #2168A6;
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;*/
}
#header .nav-menu a {
    color: #251f20;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 72px; 
  background: none;
  background-size: cover;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 30px 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

@media only screen and (max-width: 1200px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #00ade4;
  border: 2px solid #00ade4;
}




/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}

/* About Us Section
--------------------------------*/
#about {
  background: #fff;
  padding: 80px 0;
}

#about .about-container .background {
  min-height: 300px;
  background: url(../img/about-img.jpg) center top no-repeat;
  margin-bottom: 10px;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

@media only screen and (max-width: 1200px) {
  #about .about-container .title {
    padding-top: 15px;
  }
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  padding: 16px;
  border-radius: 50%;
  border: 2px solid #00ade4;
}

#about .about-container .icon-box .icon i {
  color: #00ade4;
  font-size: 24px;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#about .about-container .icon-box .title a {
  color: #111;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/* Facts Section
--------------------------------*/
#facts {
  background: #f7f7f7;
  padding: 80px 0 60px 0;
}

#facts .counters span {
  font-size: 48px;
  display: block;
  color: #00ade4;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 80px 0 60px 0;
}

#services .box {
  padding: 50px 20px;
  margin-bottom: 50px;
  text-align: center;
  border: 1px solid #e6e6e6;
  height: 200px;
  position: relative;
  background: #fafafa;
}

#services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  display: inline-block;
  border: 6px solid #fff;
}

#services .icon a {
  display: inline-block;
  background: #00ade4;
  border: 2px solid #00ade4;
  padding: 16px;
  border-radius: 50%;
  transition: 0.3s;
}

#services .icon i {
  color: #fff;
  font-size: 24px;
}

#services .box:hover .icon i {
  color: #00ade4;
}

#services .box:hover .icon a {
  color: #00ade4;
  background: #fff;
}

#services .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services .title a {
  color: #111;
}

#services .description {
  font-size: 14px;
  line-height: 24px;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #00ade4;
  border: 2px solid #00ade4;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #f7f7f7;
  padding: 80px 0;
}

#portfolio #portfolio-wrapper {
  padding-right: 15px;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 10px;
  display: inline-block;
  padding: 10px 22px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #00ade4;
  color: #fff;
}

#portfolio .portfolio-item {
  position: relative;
  height: 200px;
  overflow: hidden !important;
  margin-bottom: 15px;
  transition: all 350ms ease;
  transform: scale(1);
}

#portfolio .portfolio-item a {
  display: block;
  margin-right: 15px;
}

#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details {
  height: 50px;
  background: #00ade4;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: -50px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 8px 0 2px 8px;
  margin: 0;
}

#portfolio .portfolio-item .details span {
  display: block;
  color: #fff;
  font-size: 13px;
  padding-left: 8px;
}

#portfolio .portfolio-item:hover .details {
  bottom: 0;
}

#portfolio .portfolio-item:hover img {
  top: -30px;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 80px 0 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #00ade4;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #333;
  padding: 80px 0 40px 0;
}

#contact #google-map {
  height: 300px;
  margin-bottom: 20px;
}

#contact .info {
  color:#333;
}

#contact .info i {
  font-size: 32px;
  color: #00ade4;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

#contact .info .email p {
  padding-top: 5px;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#contact .social-links a:hover {
  background: #00ade4;
  color: #fff;
}

#contact .form #sendmessage {
  color: #00ade4;
  border: 1px solid #00ade4;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: #00ade4;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #51d8ad;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
  border-top: 1px solid #c1c1c1;
  background: #e5e5e5;
  bottom: -58px;
}
#footer .copyright {
  text-align: center;
  color: #575757;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #575757;
}

#footer .credits a {
  color: #575757 !important;
}

#footer .credits a:hover {
  color: #4A4A4A !important;
}

 /*INICIO - BlockUI*/
.msgWrap {
	display: none;
	position: absolute;
  width: 100%;
	height: 100%;

}

#myMsg {
	height: 100%;
	width: 100%;
	background: url(../../recursos/Imagens/load.gif) no-repeat scroll right center;
	background-color: #ffffff;
	background-size: 40px;
	background-position-x: center;
  background-position-y: 100px;
	margin: auto;
  text-indent: -9999px;
 }
/*FIM - BlockUI*/
	
.home-row {
  display: flex;
}
.home-col {
  width: 50%;
  padding: 0px 10px;
}
@media only screen and (max-width: 760px), (max-device-width: 760px) {
  .home-row {
    display: block;
  }
  .home-col{
    width: 100%;
    padding: 0px;
  }
}

.pointer{
	visibility: visible;
	display: block;
	cursor:pointer;
}

#myframeB{
	min-height:705px;
}

