* {
    outline:0 !important
}

p {font-size: 18px}

ul {
    margin:0;
    padding:0px;
    list-style:none;
}
.img_res {
    display:block;
    width:100%;
    height:auto;
    max-width:100%;
}
.block-title {
    font-weight:300;
    font-family:'Roboto Condensed',sans-serif;
    font-size:3em;
    padding:0 40px;
    margin:0;
    line-height:1.6;
    display:inline-block;
    position:relative;
    text-transform:uppercase;
}
.block-title.title-light,.block-title.title-light span {
    color:#fff;
}
.block {
    padding:80px 0;
    overflow:hidden;
    position:relative;
}

.title-pagresp {
	font-family:'Roboto Condensed',sans-serif;
	color: #135BCB;
    text-align:justify;
   
}

.title-box {
    text-align:center;
    margin-bottom:80px;
}
.title-box.text-left {
    text-align:left;
}
.bb-top-left {
    position:absolute;
    width:15px;
    height:15px;
    top:0;
    left:0;
    border-top:1px solid;
    border-left:1px solid;
}
span.bb-bottom-left {
    position:absolute;
    width:15px;
    height:15px;
    bottom:0;
    left:0;
    border-bottom:1px solid;
    border-left:1px solid;
}
span.bb-top-right {
    position:absolute;
    width:15px;
    height:15px;
    top:0;
    right:0;
    border-top:1px solid;
    border-right:1px solid;
}
span.bb-bottom-right {
    position:absolute;
    width:15px;
    height:15px;
    bottom:0;
    right:0;
    border-bottom:1px solid;
    border-right:1px solid;
}
.btn-store {
    color:#000;
    font-size:26px;
    padding:0px 36px 10px 0px;
    margin:0px 0px 20px 0px;
    transition:0.4s ease all;
    border-radius:100px;
    background:white;
    text-align:left;
    font-weight:400;
    line-height:22px;
}
.btn-store span {
    font-weight:300;
    font-size: 14px;
}

b, strong {
    font-weight: 400;
}

.col-md-offset-1point5{
    margin-left: 12.5%;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    border-radius: 0;
    opacity: 0.75;
}




/* ///////////////////////////////////////////////////////////////////// 
// 04 - Header
/////////////////////////////////////////////////////////////////////*/

.sticky {
    position:fixed;
    width:100%;
    background:transparent;
    padding:30px 0px;
    transition:all 0.5s;
    z-index:99997;
}
.fixed {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background-color:#41A1E1;
    /*background-image:url(../img/stripBG.png);*/
    padding:0px;
}
.logo {
    color:#fff;
    font-size:2.5em;
    line-height:1.6;
}
#logo_menu {
    padding:5px 0px;
}
#menu-toggle {
    z-index:1;
    font-size:35px;
    float:right;
    border:1px solid #000;
    color:#000;
    margin:11px 0px;
    padding:2px 10px;
    line-height:0;
}
.store-btn-container {
    padding-top:15px;
}
.store-btn:hover,#menu-toggle:hover {
    background:#405162;
    border-color:#405162;
    color: #fff;
}



/* ///////////////////////////////////////////////////////////////////// 
// 07 - Features
/////////////////////////////////////////////////////////////////////*/

.item-list-right li {
    padding:0 60px 20px 0;
    position:relative;
    text-align:right;
}
.item-list-right li i {
    font-size:32px;
    position:absolute;
    right:0;
    top:0;
}
.item-list-left li {
    padding:0 0px 20px 60px;
    position:relative;
    text-align:left;
}
.item-list-left li i {
    font-size:32px;
    position:absolute;
    left:0;
    top:0;
}
.item-list-right h3,.item-list-left h3 {
    margin:0 0 25px 0;
    font-weight:300;
}
.item-list-right.item-list-big li {
    padding:0 80px 60px 0;
}
.item-list-left.item-list-big li {
    padding:0 0px 60px 80px;
}
.item-list-big li i {
    font-size:48px;
}
.item-list-right li:last-child,.item-list-left li:last-child {
    padding-bottom:0;
}
#bigfeatures .screen {
    max-width:100%;
    height:auto;
}
#bigfeatures i {
    color:#41A1E1;
}
@media (max-width:1200px) and (min-width:767px) {
    #bigfeatures i {
        display:none;
    }
    .item-list-right.item-list-big li,.item-list-left.item-list-big li {
        padding:0 0px 40px 0px;
    }
}
@media (max-width:992px) and (min-width:767px) {
    .item-list-right.item-list-big li,.item-list-left.item-list-big li {
        font-size:14px;
    }
    .item-list-right h3,.item-list-left h3 {
        font-size:22px;
    }
    .item-list-right li:last-child,.item-list-left li:last-child {
        padding-bottom:0;
    }
}
@media all and (max-width:767px) {
    .item-list-right.item-list-big li {
        padding:0 0px 60px 80px;
        text-align:left;
    }
    .item-list-right li i {
        right:auto;
        left:0;
    }
    .item-list-left li:last-child {
        margin-bottom:60px;
    }
}
.animation-box {
    display:inline-block;
    position:relative;
}
@-webkit-keyframes highlight-left {
    0% {
        opacity:0;
        top:100%;
        -webkit-transform:scale(0);
    }
    70% {
        opacity:1;
        -webkit-transform:scale(1);
    }
    100% {
        opacity:0;
        top:0;
        -webkit-transform:scale(0);
    }
}
@keyframes highlight-left {
    0% {
        opacity:0;
        top:100%;
        transform:scale(0);
    }
    70% {
        opacity:1;
        transform:scale(1);
    }
    100% {
        opacity:0;
        top:0;
        transform:scale(0);
    }
}
.highlight-left {
    position:absolute;
    animation:highlight-left 2s ease-in 0s infinite;
    -webkit-animation:highlight-left 2s ease-in 0s infinite;
    left:-5px;
    margin-top:-100px;
}
@-webkit-keyframes highlight-right {
    0% {
        opacity:0;
        top:0;
        -webkit-transform:scale(0)
    }
    70% {
        opacity:1;
        -webkit-transform:scale(1)
    }
    100% {
        opacity:0;
        top:100%;
        -webkit-transform:scale(0)
    }
}
@keyframes highlight-right {
    0% {
        opacity:0;
        top:0;
        transform:scale(0)
    }
    70% {
        opacity:1;
        transform:scale(1)
    }
    100% {
        opacity:0;
        top:100%;
        transform:scale(0)
    }
}
.highlight-right {
    position:absolute;
    animation:highlight-right 2s ease-in 0s infinite;
    -webkit-animation:highlight-right 2s ease-in 0s infinite;
    right:-5px;
    margin-top: -100px;
}



/* ///////////////////////////////////////////////////////////////////// 
// 08 - Speciality
/////////////////////////////////////////////////////////////////////*/

#features {
    background-color:#f8f8f8;
}
.feature-box {
    padding:30px 0px;
    text-align:center;
    max-width:360px;
    margin:0 auto;
}
.feature-box i {
    font-size:5em;
    line-height:0 !important;
    margin:0;
    padding:0;
    color:#41A1E1;
}
.feature-box p {
    padding:0px 20px;
}
.feature-box h2 {
    margin:0;
    padding:20px 0px;
    font-weight: 300;
}



/* ///////////////////////////////////////////////////////////////////// 
// 09 - Image-Content Blocks
/////////////////////////////////////////////////////////////////////*/

.phone-image {
    max-width:350px;
    margin:auto;
}
.feature-list {
    margin-top:40px;
}
.feature-list li {
    margin-bottom:26px;
}
.feature-list li i {
    color:#41A1E1;
    margin-right:10px;
    font-size:1.2em;
}
.mb50 {
    margin-bottom:50px;
}
#features-right-image {
    background-color: #f8f8f8;
}


/* ///////////////////////////////////////////////////////////////////// 
// 10 - Screenshots
/////////////////////////////////////////////////////////////////////*/

#gallery {
    
}
#screenshots .item {
    padding:0px 0px;
    margin:10px;
    color:#FFF;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    text-align:center;
    display:block;
}

/* ///////////////////////////////////////////////////////////////////// 
// 11 - Developers
/////////////////////////////////////////////////////////////////////*/

.border-img {
    position:relative;
}
.border-img .border {
    position:absolute;
    border:30px solid #fff;
    top:-1px;
    left:-1px;
    right:-1px;
    bottom:-1px;
    transition:border 0.4s;
    border-radius:100%;
}
.team-member:hover .border-img .border {
    border-width:0px;
}
.border-img img {
    border-radius:100%;
}
.team-social {
    margin:0;
    padding:8px 0px;
    list-style:none;
    text-align:center;
}
.team-social li {
    display:inline-block;
    font-size:22px;
    padding:0px 0px;
    color:#fff;
}
.team-social li a {
    display:inline-block;
}
.team-member {
    text-align:center;
    margin-bottom:40px;
    max-width:360px;
    margin:0 auto;
    margin-bottom:40px;
}
.team-member p {
    padding:10px 10px 15px 10px;
}
.team-member h2 {
    font-size:25px;
}
.team-social li a i {
    display:block;
    width:30px;
    height:30px;
    line-height:1.6;
    border-radius:50%;
    transition:0.5s ease all;
}
.facebook a i {
    color:#3B5998;
    border-color:#3B5998;
}
.facebook a i:hover {
    color:#fff;
    background-color:#3B5998;
}
.twitter a i {
    color:#41A1E1;
    border-color:#41A1E1;
}
.twitter a i:hover {
    color:#fff;
    background-color: #2A80BA;
}
.linkedin a i {
    color:#007bb6;
    border-color:#007bb6;
}
.linkedin a i:hover {
    color:#fff;
    background-color:#007bb6;
}
.googleplus a i {
    color:#dd4b39;
    border-color:#dd4b39;
}
.googleplus a i:hover {
    color:#fff;
    background-color:#dd4b39;
}
.github a i {
    color:#444;
    border-color:#444;
}
.github a i:hover {
    color:#fff;
    background-color: #444;
}


/* ///////////////////////////////////////////////////////////////////// 
// 12 - Testimonial
/////////////////////////////////////////////////////////////////////*/

#testimonial {
    background:url(../img/bg.jpg);
    background-size:cover;
    background-repeat:no-repeat;
}
#review {
    text-align:center;
    color:#fff;
}
.review-star {
    font-size:30px;
    margin:10px 0;
}
.client-pic {
    padding:0em 2em;
    max-width:200px;
    margin:0 auto;
}
.client-pic img {
    border-radius:50%;
    border:2px solid white;
}
.review-desc {
    font-style:italic;
    letter-spacing:0.5px;
}
#testimonial .block-title {
    color:#fff;
}
#testimonial .block-title span {
    border-color: #fff;
}
p.client-name {
    font-size:1.5em;
    color:#fff;
    display:inline-block;
    border-bottom:2px solid rgba(255,255,255,0.3);
    padding-bottom:5px;
    font-weight:400;
}
.owl-theme .owl-controls .owl-page span {
    background: white;
}


/* ///////////////////////////////////////////////////////////////////// 
// 13 - Pricing table
/////////////////////////////////////////////////////////////////////*/

ul.pricing-table {
    display:block;
    width:100%;
}
ul.pricing-table:after {
    display:block;
    content:"";
    clear:both;
}
ul.pricing-table>li {
    display:block;
    position:relative;
    z-index:1;
    float:left;
    width:30.66666%;
    background:#fff;
    color:#444;
    margin:0 4% 0 0;
    padding:15px;
    text-align:center;
}
ul.pricing-table>li:last-child {
    margin-right:0;
}
ul.pricing-table .stamp {
    position:absolute;
    right:-20px;
    top:60px;
    height:80px;
    width:80px;
    padding:10px;
    border-radius:50%;
    overflow:hidden;
    font-size:12px;
    background:#fff;
    border:1px solid #eee;
    text-transform:uppercase;
    line-height:1;
    font-weight:bold;
    letter-spacing:0px;
}
ul.pricing-table .stamp i {
    display:block;
    padding:0 0 4px 0;
    font-size:27px;
}
ul.pricing-table h3 {
    display:block;
    padding:30px 5px 30px 5px;
    margin:0;
    border-radius:5px 5px 0 0;
    border-bottom:2px dotted #eee;
    color:#444;
}
ul.pricing-table li.silver h3 {
    background:#eee;
    color:#888;
    border-bottom:2px dotted #eee;
}
ul.pricing-table li.silver .stamp {
    color:#888;
    border:1px solid #888;
}
ul.pricing-table li.gold h3 {
    background:#fff29d;
    color:#a98815;
    border-bottom:2px dotted #fff29d;
}
ul.pricing-table li.gold .stamp {
    color:#a98815;
    border:1px solid #a98815;
    text-align:center;
}
ul.pricing-table span {
    display:block;
    font-size:40px;
    font-weight:bold;
    color:#222;
    padding:30px 0;
    line-height:1.3;
}
ul.pricing-table span small {
    font-size:14px;
    font-weight:normal;
    color:#ccc;
    display:block;
    line-height:1;
}
ul.pricing-table .benefits-list {
    margin:0 0 30px 0;
}
ul.pricing-table .benefits-list li {
    padding:5px 0;
}
ul.pricing-table .benefits-list li.not {
    text-decoration:line-through;
    color:#ddd;
}
ul.pricing-table a.buy {
    display:block;
    padding:15px;
    font-size:28px;
    background:#f2f2f2;
    border-radius:0 0 5px 5px;
    color:#444;
    text-align:center;
}
ul.pricing-table a.buy:hover .ion-ios-cart-outline:before {
    content: "\f3d6";
}
.bg-color-grad {
    background:#00aeff;
    background:-moz-linear-gradient(top,#00aeff 0%,#00e0a4 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00aeff),color-stop(100%,#00e0a4));
    background:-webkit-linear-gradient(top,#00aeff 0%,#00e0a4 100%);
    background:-o-linear-gradient(top,#00aeff 0%,#00e0a4 100%);
    background:-ms-linear-gradient(top,#00aeff 0%,#00e0a4 100%);
    background:linear-gradient(to bottom,#00aeff 0%,#00e0a4 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeff',endColorstr='#00e0a4',GradientType=0 );
}

@media (max-width:767px) {
    ul.pricing-table>li {
        width:100%;
        margin: 0 0 20px 0;
    }
}

/*///////////////////////////////////////////////////////////////////// 
// formulario
/////////////////////////////////////////////////////////////////////*/

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	
}

/*///////////////////////////////////////////////////////////////////// 
// 16 - Footer Section
/////////////////////////////////////////////////////////////////////*/


#footer {
    background:#41A1E1;
    color:white;
    padding:40px 0;
	
}
#footer .credits a {
    color:#fff;
    text-decoration:underline;
}
ul.social-icons li {
    display:inline-block;
    margin:5px;
    font-size:35px;
}
.copyright {
    margin-top:40px;
    border-top:1px solid rgba(255,255,255,0.31);
    padding-top:40px;
}
ul.social-icons i {
    color:white;
    border-radius:100%;
    display:block;
    width: 40px;
    height: 40px;
    line-height: 45px;
}
ul.social-icons li a {
    display:block;
}
.footer-logo h1, {
    color: white;
	
}


/* 


///////////////////////////////////////////////////////////////////// 
// 17 - Responsive Styles
/////////////////////////////////////////////////////////////////////*/




@media all and (max-width:1170px) and (min-width:992px) {
    .address-list {
        padding:200px 0px 70px 0px;
    }
    .mailbox .container {
        margin-top:100px;
        height: auto;
    }
    .address-list {
        padding:0;
    }
    .address-list li {
        font-size:16px;
        padding:1em;
        display:inline-block;
    }
    .address-list li i {
        display:table-cell;
        line-height:42px;
        width:42px;
        height:40px;
        font-size: 18px;
    }
	
	.dropdown-menu1 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #605f5f;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}



}

@media all and (max-width:1170px) {
    .mailbox .container {
        margin-top:130px;
        margin-bottom: 0px;
    }
}

@media all and (max-width:992px) {
    .headings {
        text-align:center;
        padding:10% 0 12% 0;
    }
    .block-title {
        font-size: 2.8em;
    }
    .col-md-offset-1point5{
        margin-left: 0;
    }
}


@media all and (max-width:480px) {
    .btn-custom {
        padding: 5px 0px;
    }
}

.faca-ja {
    background: #73786f;
	color: #FFF;
    margin-bottom: 0;
    padding: 48px 0;
}

.faca-ja h3{
	color: #fff;
}


/*portal css*/
#home {
	
  background: url('../img/01.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  padding-top: 80px;
  padding-bottom: 100px;
}

#home .texto{
	background: #303030;
    opacity: 0.5;
}
#home h1,
#home h3,
#home h3 a,
#home h3:hover {
  line-height: 60px;
  color:#1f262d;
  font-size: 40px;
  font-weight:bold;
  
}
#home h11 {
  line-height: 40px;
  color:#ffa400;
  font-size: 30px;
  font-weight:bold;

}
#home h12 {
  line-height: 6px;
  color:#ffa400;
  font-size: 13px;
  font-weight:bold;
 
}


@media only screen and (max-width: 768px) {

	#home h1,
#home h3,
#home h3 a,
#home h3:hover {
  line-height: 60px;
  color:#1f262d;
  font-size: 30px;
  font-weight:bold;
  
	
}
}


/* home section */
#ref {
  background: url('../img/02.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  padding-top: 80px;
  padding-bottom: 100px;
}
#ref .texto{
	background-color: #79bf35;
    opacity: 0.8;
}
#ref h1,
#ref h3 {
  line-height: 60px;
  color:#1f262d ;
  font-size: 40px;
  font-weight:bold;
    opacity: 1.0;

}
#ref h11 {
  line-height: 40px;
  color:#FFF;
  font-size: 30px;
  font-weight:bold;
    opacity: 1.0;
  
}
#ref h12 {
  line-height: 6px;
  color:#424040;
  font-size: 13px;
  font-weight:bold;
  opacity: 1.0;
 
 
}

.modelos1 {
  background:url(../img/fundo.jpg);
  background-size:cover;
  background-position: center;
  min-height: 80px;
  padding-top: 60px;
  padding-bottom: 100px;
  color:#FFF;
}

.modelos1 h1{font-size:28px; }


/* divider section */
.divider {
  color: #fff;
  text-align: center;
}
.divider .fa {
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 76px;
  text-transform: capitalize;
}
.divider h2 {
  padding-bottom: 4px;
  color:#ffffff;
}
.divider .divider-wrapper {
  padding: 40px 20px 40px 20px;
  position: relative;
  bottom: 40px;
  transition: all 0.4s ease-in;
}
.divider .divider-wrapper:hover {
  bottom: 60px;
  cursor: pointer;
}
.divider .divider-one {
  background: #1e96cb;
}
.divider .divider-two {
  background: #ffa400;
}
.divider .divider-three {
  background: #74b211;
}

.texto01 {
	font-size:28px;
	color:#605f5f;
}


.texto02 {
	font-size:20px;
	color: green;
}

.texto03 {
	font-size:20px;
	color: #000000;
}

.btn-verde {
    color: #fff;
    background-color: #8ba830;
    border-color: #8ba830;
}

.texto04 {
	font-size:20px;
	color:#605f5f;
}
.menu {
	background-color:#e0e0e0;
	height:50px;
}
.footer,
.footer a,
.footer:hover{
	background-color:#858585;
	color: #FFF;
}

.textomodelos {
	font-size:50px;
	font-weight:bold;
}
.bold {
	font-weight:bold;
}
.fontemenu {
	font-size:10px;
}
.menu {
	font-weight:bold;
	background-image:url(../img/menu.jpg);
}


/* home section */  
.tm-home {
  background: url('../images/home-bg.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  padding-top: 180px;
  padding-bottom: 180px;
}
.tm-home-logo {
	font-size: 64px;
	color: #9C0;
}
.tm-home-header {
  font-size: 48px;
  font-style: normal;
}
.tm-home .btn {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  width: 140px;
  height: 60px;
  margin-top: 60px;
  padding: 20px 20px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.tm-home .btn:hover { background: #a4c639; }

/* social icons section */
.tm-icons .media .media-heading { padding-bottom: 10px; }

.tm-icons .tm-icon-1,
.tm-icons .tm-icon-2,
.tm-icons .tm-icon-3 {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  cursor: pointer;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: -40px;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
.tm-icons a {
  border: 2px solid #a4c639;
  border-radius: 50%;
  color: #202020;
  font-size: 24px;
  padding: 24px;
  text-align: center;
  text-decoration: none;
  margin-right: 10px;
  background-color: #fff;
}
.tm-icons .tm-icon-1 { border-left: 4px solid #a4c639; }
.tm-icons .tm-icon-1,
.tm-icons .tm-icon-2 {
  border-right: 1px solid #f9f9f9;
}
.tm-icons .tm-icon-1:hover { background: #a2d4ea; }
.tm-icons .tm-icon-2:hover { background: #ffda96; }
.tm-icons .tm-icon-3:hover { background: #c6df9d; }

/*=======================================================
		         		EXIBIÃ‡ÃƒO MODELOS
=========================================================*/




/*=======================================================
						MENU
=========================================================*/

.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  padding: 22px 30px;
  color: #fff;
  font-size: px;
  line-height: 1;
  font-weight:700;
  text-transform: uppercase;
  border-right: 1px solid #56585a;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
  background: #1e96cb;
  border-right: 1px solid #4bb0db;
}
.sf-menu > li.active > a {
  color: #fff;
  background: #1e96cb;
  border-right: 1px solid #4bb0db;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  background: #f5f5f5;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  font-size: 16px;
  padding: 11px 31px;
  color: #62bfe6;
  background: #f5f5f5;
}
.sf-menu ul > li + li {
  border-top: 1px solid #e5e5e5;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #777777;
}

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 235px;
  margin-top: 0;
  margin-left: 10px;
  padding: 0;
  z-index: 4;
}

.sf-menu > li > ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > ul > li > .sf-with-ul:before {
  position: absolute;
  right: 19px;
  top: 0;
  margin-left: -6px;
  content: "ï„…";
  font: 400 16px/50px "FontAwesome";
  color: #62bfe6;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #62bfe6;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 0px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  height:60px;
  margin-top: 22px;
  background: #434547;
}

.isStuck {
  margin-top: 0;
  z-index: 9999;
  border-bottom: 1px solid #888;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: #888;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #62bfe6;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
.primary {
  color: #62bfe6;
}

/*=======================================================
					    MENU MOBILE
=========================================================*/


@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    text-transform: uppercase;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

/*=======================================================
					  FormulÃ¡rio
=========================================================*/

.meio{
	vertical-align: central;
}



/* ------------------------------- */

.branco{
	color:#fffc00;
}
.branco a{
	color:#fffc00;
}
.branco:hover{
	color:#ffffff;
}
.branco:active{
	color:#fffc00;
}

.descricao{
	font-size:16px;
}

.fundo-branco{
    border-radius: 20px;
    border: 4px solid #8ba830;
    padding: 20px;
	background-color:#ffffff;
}
.fundo-branco1{
    
    padding: 20px;
	background-color:#ffffff;
}


.vermelho{
	color:#F00;
}

.form{
	background-color:#ffffff;
    border-radius: 20px;
    border: 1px solid #d9d9d9;
	padding:10px;
}
.tit{
	background-color:#d9d9d9;
	text-align: center;
}
.c-select{
	background-color:#d9d9d9;
	border-radius: 5px 15px;
	padding:15px;
}
.btn-cinza{
	background-color:#d9d9d9;
	color:#000000;
}
.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}
.verde {
  background-color: #858585;
  color: #ffffff;
  /*background-image:url(../img/stripBG.png);*/
}

.link1 {
  color:#0000FF;
  
}

.service-item {
    padding: 40px 20px;
    margin-bottom: 30px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-box-shadow: 1px 1px 2px 1px #ccc;
    box-shadow: 1px 1px 2px 1px #ccc;
}
.text-center {
    text-align: center;
}

.iframeformmaterial{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height:  2300px;
 border: none;

}
/* Tabs panel */
.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #a4c639;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #a4c639;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #a4c639;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  width:97%;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
	padding:30px;
	padding-bottom: 0;
}

.btn-contrate {
	background-color: #00af94;
	color: #fff;
}


#mwb span.text {
    line-break: normal;
    max-width: 105px;
    font-size: 14px;
    background: #00a737;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
#mwb .text, #mwb .logo {
    display: block;
    text-align: center;
    margin: 0 auto;
}
/*Cookies*/

#menu_checkbox
{
    display: none;
}

.toggle-menu{
	background-color: #265da1;
	opacity: 0.5;
	transition: 0.2s;
	color:#fff;
	padding:15px 25px;
	border-radius:55px;
	left: 25px;
	bottom: 25px;
	position: fixed;
	cursor: pointer;
}

.toggle-menu:hover{
	opacity:1;
	transition: 0.3s;
}

.box-cookies{
	position: fixed;
	bottom: 25px;
	left: 25px;
	background-color: #e8e8e8;
	max-width: 380px;
	border-radius: 15px;
	display: block;
	box-shadow: -3px 3px 10px #4a4a4a;
}

.box-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 15px;
	padding: 5px;
}

.box-cookies p{
	color: #265da1;
	margin-bottom: 15px;
	font-size: 1.5rem;
}

.box-cookies a{
	color:#32add7;
}

.btn-flex{
	display:flex;
	justify-content: center;
	flex:  1;
}

.btn-cookies{
	border-radius: 55px;
	background-color: #4caa00;
	color: #fff;
	padding: 10px 18px;
	border: none;
	transition: 0.5s;
	cursor: pointer;
	width: 100px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-cookies:hover{
	background-color: #4a940e;
	color: #fff;
}

@media (max-width: 425px) {
   .box-cookies{
	width: 280px;
	   z-index: 1000;
	}
}

/*@media screen and (max-width: 575px) {
   .box-cookies .btn-cookies {
       width: 100%;
   }
}*/

/*Fim Cookies*/

/*------------------ALERTA--------------------*/

.alerta {
    background-color: #1c1c1c9c;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    content: '';
	z-index: 100;
	display: flex;
}

.alerta-box {
	position: fixed;
    left: 20px;
    right: 20px;
    top: 50px;
    z-index: 99;
    max-width: 600px;
	margin: 0 auto;
	border-radius: 15px;
}

.alerta-texto{
	padding: 1.2rem;
	text-align: center;
}

.acpt-bttn {
    position: absolute;
    right: 20px;
    top: 20px;
}

.btn-alert{
	color: #FF8600;
}