/* Add here all your CSS customizations */

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 140px!important;
}

.login .col-sm-6{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    
}

#caixa_de_login_container{
    position: relative;
    height: 400px;
    margin-top:5%;
}

#header{
    -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    background-color: transparent;
    background: 100% url('../images/banner.png') no-repeat;
    background-size: cover;
    height: 110px;
    overflow: visible;
    min-height: 0px;
}

/*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        #header{
                height: 50px;
        }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
        #header{
                height: 60px;
        }
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        #header{
                height: 60px;
        }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
            #header{
                height: 80px;
        }
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        #header{
                height: 180px;
        }
    }

.logo{
    visibility: hidden;
}

.page-top{
    background-color:#F6F6F6;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    height: 40px;
    padding: 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    margin-bottom: 0px;
}

.page-top h2{
    color: #666666;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0px;
    padding-bottom: 2px;
    font-weight: 700;
}

section.page-top h2{
    border-bottom: 1px solid #0086bf;
}

#footer{
    padding:30px;
    text-align:center;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 80px!important;
    border-top: 0px;
    padding-top: 0px!important;
}
.featured-box .box-content{
    border-radius:0px!important;
}

.featured-box{
    border-radius:0px!important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
}

.input-lg, .form-horizontal .form-group-lg .form-control{
    border-radius: 0px;
}

.button_custom_link{
    background-color: transparent;
}

input{
    border: none;
    border-bottom: 1px solid #666666;
}

.alert{
    border-radius: 0px;
}

.alert_col{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.input-group-addon{
    border-radius:0px;
    background-color:#FFFFFF;
}

.form-control{
    border-radius: 0px;
}

.legenda_pass{
    width: 150px;
    border: 1px solid #CCC;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding:15px;
}

.short{
    font-size: 30px;
    margin-bottom: 20px!important;
}

.toggle > label{
    border-top:  1px solid #CCC;
    border-bottom:  1px solid #CCC;
    border-right:  1px solid #CCC;
    background-color: #FFFFFF;
    border-radius: 0px!important;
}
    
.tabs-left .nav-tabs > li:first-child a,
.tabs-left .nav-tabs > li:last-child a{
    border-radius: 0px;
}

.tabs-left .tab-content{
    padding: 20px;
    border-radius: 0px;
}

#facebook_container{
    background-color: #3F5C9A;
    width: 90px;
    height: 90px;
    text-align:center;
    padding-top: 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    float:left;
}

#twitter_container{
    background-color: #55ACEE;
    width: 90px;
    height: 90px;
    text-align:center;
    padding-top: 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    float:left;
}

#google_plus_container{
    background-color: #DC4937;
    width: 90px;
    height: 90px;
    text-align:center;
    padding-top: 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    float:left;
}

#facebook_container i,
#twitter_container i,
#google_plus_container i{
    color: #FFFFFF;
}

#mapas{
    font-size: 13px;
}

.mega-menu{
    position: absolute;
top: 115px;   
z-index: 998;
right: 0;
}

body.sticky-menu-active #header{
    background-image: none;
    background-color: #FFFFFF;
    height: 140px;
}

body.sticky-menu-active .mega-menu{
    position: absolute;
top: 0px;   
z-index: 1000;
right: 0;
}

#termos{
    position: absolute;
    width:100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 999;
}

#content_termos{
    position: relative;
    margin: auto;
    width: 70%;
    height: 90%;
    background-color: #FFFFFF;
    top: 50%;
    transform: translateY(-50%);
    padding:40px;
    z-index: 999;
}

#termos_text{
    height: 95%;
    width: 100%;
    overflow-y: scroll;
}

#termos_buttons{
    height: 5%;
    width: 100%;
}

.cvalign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#termos3{
    position: absolute;
    width:100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 999;
}

#content_termos3{
    position: relative;
    margin: auto;
    width: 70%;
    height: 90%;
    background-color: #FFFFFF;
    top: 50%;
    transform: translateY(-50%);
    padding:40px;
}

#termos_text3{
    height: 95%;
    width: 100%;
    overflow-y: scroll;
}

#termos_buttons3{
    height: 5%;
    width: 100%;
}

.h2TermosPrivacidade{
    color:#00738b!important;
    margin: 30px 0 10px 0!important;
    font-size:23px;
    font-weight: bold;
}

.h1TermosPrivacidade{
    color:#00738b!important;
    margin: 30px 0 10px 0!important;
    font-size:23px;
    font-weight: bold;
    text-align:center;
}

.h4TermosPrivacidade{
    color:#00738b!important;
    font-style: italic;
    font-size:17px;
    margin-top: 20px;
}

#tabelaTermosPrivacidade td{
    border: 1px solid #333333;
    padding:5px;
    text-align: center;
}

#tabelaTermosPrivacidade{
    margin-bottom:20px;
}

#header nav ul.nav-main li a{
    background-color: transparent;
    color: #0086bf;
}

 #header nav ul.nav-main li.dropdown.open .dropdown-toggle, #header nav ul.nav-main li.active a, #header nav ul.nav-main li > a:hover, #header nav ul.nav-main li.dropdown:hover a{
    color:#63D4B2;
    background:none;
    background-color: transparent!important;
}

#header nav ul.nav-main ul.dropdown-menu{
    background-color:#63D4B2!important;
}

#header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a{
    background-color:#63D4B2!important;
    color: #ffffff!important;
}

#header nav ul.nav-main li.dropdown:hover ul.dropdown-menu li > a:hover{
    background-color: transparent!important;
    color:#0086bf!important;
}

/**/
/* mobile main nav */
/**/
.mobile-main-nav {
z-index:20;
display: none;
width: 300px;
margin: 20px auto 0;
font-weight: 300;
text-transform: uppercase;
color: #fff;
}
.mobile-main-nav a {
display: block;
padding-left: 15px;
font-size: 15px;
line-height: 39px;
color: #fff;
}
.mobile-main-nav i {
position: relative;
display: block;
float: right;
width: 39px;
height: 39px;
margin-left: 10px;
border-left: 1px solid #fff;
font-size: 18px;
line-height: 40px;
text-align: center;
font-weight: 400;
cursor: pointer;
}
.mobile-main-nav ul {
display: none;
}
.mobile-main-nav li {
margin-top: 1px;
}
.mobile-main-nav li i {
border-left: 0;
}
.mobile-main-nav li i:after,
.mobile-main-nav li i:before {
content: '';
position: absolute;
top: 11px;
left: 19px;
width: 1px;
height: 17px;
background: #fff;
}
.mobile-main-nav li i:before {
top: 19px;
left: 11px;
width: 17px;
height: 1px;
}
.mobile-main-nav li li {
text-transform: none;
}
.mobile-main-nav li li a:before {
content: '- ';
}
.mobile-main-nav li li li a:before {
content: '-- ';
}
.mobile-main-nav .text {
position: relative;
padding: 10px 15px;
}
.mobile-main-nav .text h2 {
font-size: 21px;
line-height: 27px;
text-transform: uppercase;
}
.mobile-main-nav .text hr {
text-align:left;
display: block;
width: 50px;
margin: 16px 0;
border-top: 1px solid #fff;
opacity: 0.4;
}
.mobile-main-nav .text .more {
position: absolute;
right: 0;
bottom: 0;
width: 42px;
height: 42px;
padding: 0;
font-size: 20px;
line-height: 42px;
text-align: center;
}
.mobile-main-nav .text .more:before {
content: "\f101";
}

@media screen and (max-width: 767px) {
    .mobile-main-nav {
        display: block!important;
    }
}

.mobile-main-nav{
margin-top: 0px!important;
}

/**/
/* mobile main nav */
/**/
.mobile-main-nav a {
	background: #0086bf;
}
.mobile-main-nav li li a {
	background: #FFFFFF;
}
.mobile-main-nav .text {
	background: #0086bf;
}
.mobile-main-nav .text .more {
	background: #0086bf;	
}
.mobile-main-nav .text .more:hover {
	background: #0086bf;
}

#menu_mobile{
    padding-left:0px;
}

table thead td{
	background-color: #32DAC3!important; 
    color: #041972!important;
}

.uil-blank {
  background: rgba(0,0,0,0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:0;
  z-index: 100000000;
  text-align:center;
}

#loading_circle{
 visibility:hidden;
}

.cssload-thecube {
	width: 73px;
	height: 73px;
	margin: 0 auto;
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(43,160,199);
	animation: cssload-fold-thecube 5.28s infinite linear both;
		-o-animation: cssload-fold-thecube 5.28s infinite linear both;
		-ms-animation: cssload-fold-thecube 5.28s infinite linear both;
		-webkit-animation: cssload-fold-thecube 5.28s infinite linear both;
		-moz-animation: cssload-fold-thecube 5.28s infinite linear both;
	transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
		-o-transform: scale(1.1) rotateZ(90deg);
		-ms-transform: scale(1.1) rotateZ(90deg);
		-webkit-transform: scale(1.1) rotateZ(90deg);
		-moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
		-o-transform: scale(1.1) rotateZ(180deg);
		-ms-transform: scale(1.1) rotateZ(180deg);
		-webkit-transform: scale(1.1) rotateZ(180deg);
		-moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
		-o-transform: scale(1.1) rotateZ(270deg);
		-ms-transform: scale(1.1) rotateZ(270deg);
		-webkit-transform: scale(1.1) rotateZ(270deg);
		-moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
	animation-delay: 0.66s;
		-o-animation-delay: 0.66s;
		-ms-animation-delay: 0.66s;
		-webkit-animation-delay: 0.66s;
		-moz-animation-delay: 0.66s;
}
.cssload-thecube .cssload-c3:before {
	animation-delay: 1.32s;
		-o-animation-delay: 1.32s;
		-ms-animation-delay: 1.32s;
		-webkit-animation-delay: 1.32s;
		-moz-animation-delay: 1.32s;
}
.cssload-thecube .cssload-c4:before {
	animation-delay: 1.98s;
		-o-animation-delay: 1.98s;
		-ms-animation-delay: 1.98s;
		-webkit-animation-delay: 1.98s;
		-moz-animation-delay: 1.98s;
}



@keyframes cssload-fold-thecube {
	0%, 10% {
		transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-o-keyframes cssload-fold-thecube {
	0%, 10% {
		-o-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-o-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-o-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-ms-keyframes cssload-fold-thecube {
	0%, 10% {
		-ms-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-ms-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-ms-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-fold-thecube {
	0%, 10% {
		-webkit-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-webkit-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-webkit-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-moz-keyframes cssload-fold-thecube {
	0%, 10% {
		-moz-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-moz-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-moz-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}