/*
 * Google fonts
 * font-family: 'Roboto Slab', serif;
 *font-family: 'Montserrat', sans-serif;
 */

/* CSS Reset
-------------------------------------------------------------- */
@media screen {html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
    /* remember to define focus styles! */
    :focus {
        outline: 0;
    }
    body {font:12px/2 Arial,sans-serif;}
    a {text-decoration:none;}
    h1, h2, h3, h4, h5 {margin-bottom: 10px;}
    h1{font-size: 32px;}
    h2{font-size: 24px;}
    h3{font-size: 19px;}
    h4{font-size: 16px;}
    h5{font-size: 13px;}
    h6{font-size: 11px;}
    a img { border: 0; }
    ol, ul {
        list-style: none;
    }
    /* tables still need 'cellspacing="0"' in the markup */
    table {
        border-collapse: separate;
        border-spacing: 0;
    }
    caption, th, td {
        text-align: left;
        font-weight: normal;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
        content: "";
    }
    blockquote, q {
        quotes: "" "";
    }
    strong {
        font-weight: bold;
    }
    .uppercase {text-transform: uppercase;}
    .bold {font-weight: bold;}
    .zoomer:active {top:0;}
    article,aside,figure,footer,hgroup,menu,nav,section { display:block;}
    .group:after { visibility: hidden; display:block; font-size:0; content: ""; clear:both; height:0;}
}

/* hoaiphongit
-------------------------------------------------------------- */
body{
   font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.3;
    background: url(../../assets/images/bcg.jpg);
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}
img {
    display: inline-block;
    max-width: 98%;
}
a{color: #005ca6;}
p{margin-bottom: 20px;}
input[type="submit"]{
    cursor: pointer;
}
.overflow:after{content: " "; display: block; clear: both;}
.container{
    width: 945px;
    max-width: 100%;
    margin: 0 auto;
}
.container-rede{
    width: 500px;
}

/* Column Layouts
-------------------------------------------------------------- */
.one_half{width:48%;}
.one_third{width:30.66%;}
.two_third{width:65.33%;}
.one_fourth{width:22%;}
.three_fourth{width:74%;}
.one_fifth{width:16.8%;}
.two_fifth{width:37.6%;}
.three_fifth{width:58.4%;}
.four_fifth{width:79.2%;}
.one_sixth{width:13.33%;}
.five_sixth{width:82.67%;}
.custom_column{position:relative;margin:0;float:left;}
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{position:relative;margin-right:4%;float:left;min-height:1px;margin-bottom:0;}
.last{margin-right:0!important;clear:right;}

.clear{ width:100%; height:0px; line-height:0; font-size:0px; clear:both; display:block;}
.overflow:after{content:" "; display:block; height:0; font-size:0; clear:both; visibility:hidden;}
.left{float: left;}
.right{float: right;}
.text-center{text-align: center;}
.text-right{text-align: right;}
ul.inline{}
ul.inline li{display: inline-block;}

.bg-blue{background-color: #0455a1; color: #fff;}
.bg-cin{background-color: #9e9e9e;color:#fff}
.bg-green{background-color: #128433; color: #fff;}
.bg-green a, .bg-blue a{color: #fff;}

#header{
    background: url(../../assets/images/bg-topo.jpg);
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}
a.cidade {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 9px;
    background: #ffffff;
    border-radius: 15px;
    border: 1px solid #128433;
    color: #777777;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    margin-left: 8px;
    margin-top: -5px;
}
span.min{
    color: #128433;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 9px;
}
span.mai{
    font-size: 14px;
    color: #777777;
    text-decoration: none;
    text-transform: uppercase;
    float: left;
}
.menu-topo{
margin-left: 15px;
}
.altura{padding-top: 30px;}
.menu-topo a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 9px;
    background: #ffffff;
    border-radius: 15px;
    border: 1px solid #128433;
    color: #777777;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 33px;
    padding-right: 33px;
}
.menu-topo a.active {
    background: #128433;
    border: 1px solid #777777;
    color: #ffffff;
}
.menu-topo > li {
    padding-top: 3px;
    padding-bottom: 3px;
    float: left;
    margin-right: 3px;
}
/*MENU*/
.nav {
    margin: 0 auto;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 3px;
    text-align:center;
    list-style:none;
}

.nav a {
    display:inline-block;
    text-decoration: none;
    text-transform: uppercase;

}
.nav > li.large {
}
.nav > li {
    z-index: 3;
    display:inline;

}
.nav > li > a {
    height: 34px;
    line-height: 34px;
    padding: 0 23px;
    color: white;
}
.nav > li > a:hover {
    text-decoration: none;
    background: #fff;
    color: #128433;
}
.nav > li.active > a, .nav > li > a:active, .nav > .dropdown:hover > a {
    background: white;
    color: #128433;
    text-shadow: none;
    -webkit-box-shadow: 0 2px white, 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px white, 0 0 2px rgba(0, 0, 0, 0.2);
}
.dropdown {
    position: relative;
    /*border-bottom: 5px solid white;*/
    z-index: 2;
}
.dropdown:hover ul {
    display: block;
}
.dropdown ul {
    display: none;
    position: absolute;
    left: -1px;
    min-width: 160px;
    padding: 0 0 5px;
    background: white;
    border: 1px solid #dadada;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.04);
    z-index: 1;

}
.dropdown ul.large {
    min-width: 152px;
    border-left: 1px solid #128433;
    border-right: 1px solid #128433;
    border-bottom: 1px solid #128433;
    z-index: 3;
}
.dropdown ul.min {
    min-width: 102px;
    border-left: 1px solid #128433;
    border-right: 1px solid #128433;
    border-bottom: 1px solid #128433;
}
.dropdown li {
    display: block;
    margin: 0 10px;
    overflow: visible;
    text-align: center;
}
.dropdown li + li {
    border-top: 1px solid #eee;
}
.dropdown li a {
    font-size: 10px;
    color: #555;
    padding: 8px 10px;
    margin: 0 -18px;

}
.dropdown li a:hover {
    color: black;
}
/*MENU*/
.bg-preco{
    /*background: url(../../assets/images/bg-preco.jpg);*/
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
    margin-top: -2px;
}

.menu-tab{}
.menu-tab ul{float: left}
.menu-tab ul li{}
.menu-tab ul li a{
    font-size: 16px;
    font-weight: 600;
    padding: 10px 18px;
    display: block;
    line-height: 1;
    z-index: 1;
}
.menu-tab ul li a.active{
    border-radius: 5px 5px 0 0;
    background: #fff;
    color: #185ca2;
}
#preco{
    padding-top: 51px;
}
#preco h2{
    color: #666666;
    font-size: 36px;
    text-transform: uppercase;
    background: url(../../assets/images/linha.png) no-repeat center bottom;
    padding-bottom: 18px;
}
#preco .small{
    text-transform: uppercase;
    color: #128433;
    padding-bottom: 46px;
}
#preco .span{
    padding-top: 55px;
    padding-bottom: 36px;
    color: #666666;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}
#assine h2{
    padding-top: 19px;
    padding-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
}
#assine ul{
    text-align: center;
    margin-bottom: 0px;
}
#assine ul li{
    display: inline;
    padding-right: 17px;

}
#assine ul li a{
padding: 18px 18px;
 display: inline-block;
    width: 150px;
    border-radius: 5px;
    background-color: #fff;
    color: #128433;
    margin-bottom: 15px;
    font-size: 11px;
    text-transform: uppercase;
}
#assine ul li a strong {
    color: #128433;

}
#assine ul li a .peq{
    font-size: 14px;
}
#solucoes{
    padding-top: 15px;
    padding-bottom: 15px;
}
#solucoes h2{
    color: #666666;
    font-size: 36px;
    text-transform: uppercase;
    background: url(../../assets/images/linha.png) no-repeat center bottom;
    padding-bottom: 18px;
    margin: 20px 0 18px;
}
.bg-rede{
    background: url(../../assets/images/bg-rede.jpg);
    width: 65%;

    float: left;
    position: relative;
    height:100%;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
}
.rede{
    background: rgba(18,132,51, 0.5);
}
.bg-icone{
    float: left;
    background-color: #e9e9e9;
    width: 35%;
    position: relative;
}
.bg-icone:after {

    content: "\f013";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 400px;
    color: #fff;
    top: 50%;
    left: 0%;
    margin: 0 0 0 60%;
    z-index: 1;
}

.bg-solucoes{

/*background: url(../../assets/images/bg-solucoes.jpg);*/
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;
}
#noticias h2{

color: #666666;
font-size: 36px;
text-transform: uppercase;
background: url(../../assets/images/linha.png) no-repeat center bottom;
padding-bottom: 8px;
padding-top: 18px;
margin: 2px;
margin-bottom: 30px;
}
#noticias .noticias1 {
width: 455px;
}
#noticias .noticias{
width: 460px;
font-family: 'Roboto', sans-serif;
padding-bottom: 55px;

}
.noticias p{
line-height: 22px;
text-align: justify;
}
#noticias .block-title{
color: #128433;
text-transform: none;

}
a.btn {
text-transform: uppercase;
color: #fff;
background-color: #128433;
padding: 9px 28px;
font-size: 11px;
border-radius: 2px;
}
.container-rede{
padding-top: 10px;
padding-left: 70px;
padding-bottom: 119px;

}
.container-rede h2{
color: #fff;
text-transform: uppercase;
padding-top: 35px;
}
.container-rede ul{

}
.container-rede ul li{
color: #fff;
font-family: 'Roboto', sans-serif;
line-height: 35px;
}


.container-rede  li{

}
.container-rede li i{
font-size: 17px;
line-height: 24px;
color: #fff;
border: 1px solid #ffffff;
border-radius: 100%;
width: 20px;
padding-left: 5px;
}
.container-rede li a.btn{
border-radius: 10px;
padding-top: 13px;
padding-bottom: 13px;
}
.container-rede li.lin{
margin-top: 15px;
}
/*8a8a8a*/
#main-nav{}
#main-nav ul.menu{}
#main-nav ul.menu >li{margin-left: 28px;}
#main-nav ul.menu >li >a{
    display: block;
    line-height: 36px;
    font-size: 11px;

}

#login-form{margin-top: 40px;}
#login-form .form-group{
    text-align: right;
    float: right;
    line-height: 15px;
    color: #185ca2;
}
#login-form .form-group input[type="text"],
#login-form .form-group input[type="password"]{
    width: 90px;
    border: 1px solid #a0ce4e;
    padding: 0 5px;
    height: 25px;
    color: #ccc;
}
#login-form .form-group input[type="submit"]{
    background: #a0ce4e;
    height: 27px;
    border: none;
    color: #fff;

}
#login-form .form-group a.forgot-pass{
    font-size: 9px;
    color: #a0ce4e;
}
#search-form{
    padding: 5px 0;
    text-align: right;
    margin-right: 9.5%;
}
#search-form .textbox,
#search-form .btn,
#search-form select{
    height: 44px;
    border: 0;
    font-size: 13px;
    border-radius: 7px;
    background: #f0f0f0;
    padding: 0 14px;
}
#search-form .textbox{color: #ccc; width: 350px;}
#search-form .btn{
    color: #fff;
    background: #a0ce4e;
    width: 185px;
}
#search-form select{color: #999; width: 136px;}
#newsletter-form{
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    color: #185ca2;
    line-height: 35px;
    padding: 5px 0;
    text-align: right;
    margin-right: 11%;
}
#newsletter {
    margin-bottom: 30px;
}
#newsletter-form .textbox,
#newsletter-form input[type="submit"],
#newsletter-form select {
    border: 0;
    height: 35px;
    border-radius: 7px;
    padding: 0 7px;
}
#newsletter-form .textbox {width: 125px;}
#newsletter-form input[type="email"]{
    width: 200px;
}
#newsletter-form select {width: 115px;}
#newsletter-form input[type="submit"] {
    width: 155px;
    color: #fff;
    background: #185ca2;
}
#cursos-slider{
    margin-bottom: 20px;
}
.block{
    margin-bottom: 20px;
}
.block-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #185ca2;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer-widget .block-title{
    font-weight: 400;
    font-size: 18px;
}
#publicidade{
    clear: both;
}
#ads-panel {
    background: #e5e5e5;
    width: 930px;
    max-width: 100%;
    line-height: 168px;
    margin: 0 auto;
    color: #0455a1;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
}
#cursos-e-treinamentos .content,
#vagas-em-destaque .content{
    padding: 0 30px;
}
.button-group{padding-left: 38px; margin-bottom: 30px;}
.button-group a.btn{
    display: inline-block;
    height: 34px;
    width: 205px;
    text-align: center;
    line-height: 34px;
    font-size: 12px;
    color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-right: 13px;
}
#testimonial{}
.arrow_box {
    position: relative;
    background: #e5e5e5;
    border-radius: 7px;
    padding: 30px 65px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #a0ce4e;
}
.arrow_box:after {
    top: 100%;
    left: 70px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(229, 229, 229, 0);
    border-top-color: #e5e5e5;
    border-width: 25px;
    margin-left: -25px;
}
#testimonial .client {
    font-size: 15px;
    color: #185ca2;
}
#slideshow{


}
#networks{margin-bottom: 30px;}
#vagas-em-destaque {
    margin-bottom: 30px;
}
#networks .diagram{
    background: url(images/map.png) no-repeat right center #eeeeee;
    padding: 35px 25px;
    border: 1px solid #e0dede;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
#networks .diagram ul{ text-align: center;}
#networks .diagram ul li{}
#networks .diagram ul li h5{}
#networks .diagram ul li img{}
#networks .diagram h3{
    font-size: 28px;
    color: #a0ce4e;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
}
#networks .diagram h4{
    font-weight: 700;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #a0ce4e;
    font-size: 18px;
}
#home-slider{padding-top: 0px;}
#home-slider h3, #home-slider h4{
    color: #185ca2;
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    margin-bottom: 15px;
}
#home-slider h4{
    font-size: 41px;
}
#home-slider a{
    font-size: 32px;
    color: #fff;
    background: #a0ce4e;
    padding: 0;
    display: block;
    border-radius: 7px;
    line-height: 55px;
    margin-bottom: 15px;
}
#home-slider .left{
    margin-top: 80px;
}
#home-slider.owl-theme .owl-controls .owl-page span{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #bac3b3;
    opacity: 1;
    filter: Alpha(Opacity=100);
    width: 7px;
    height: 7px;
    border: 1px solid #777777;
}
#home-slider.owl-theme .owl-controls .owl-page.active span{
    background: #fff;
    border: 1px solid #777777;
    border-radius: 5px;
}
.owl-home{

}
.owl-home .item{
    margin: 0 7px;
    background: #e5e5e5;
    text-align: center;
    border-top: 10px solid #a0ce4e;
    border-radius: 7px;
    position: relative;
}
.owl-home .item h4{
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
}
.owl-home .item p{
    margin-bottom: 0;
    font-weight: 300;
}
.owl-home .item p.title{
    position: absolute;
    bottom: 10px;
    width: 100%;
    background: url(images/bg-1.png);
    color: #fff;
    padding: 8px 0;
    line-height: 1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.owl-home .item .thumb{}
.owl-home .item .thumb img{}
.owl-home.owl-theme .owl-controls .owl-buttons div{
    background: url(images/ar-prev.png) no-repeat center;
    width: 19px;
    height: 17px;
    text-indent: -9999px;
    position: absolute;
    left: -25px;
    top: 50%;
    padding: 5px;
    margin: -15px 0 0;
}
.owl-home.owl-theme .owl-controls .owl-buttons div.owl-next{
    left: auto;
    right: -25px;
    opacity: 1;
    background-image: url(images/ar-next.png);
}
.owl-home.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.item-middle{
    padding: 38px 0;
}
.item-middle .item-cell{
    font-family: 'Montserrat', sans-serif;
    color: #185ca2;
    padding: 0 10px;
}
.blog-item{clear: both;}
.blog-item .blog-thumbnail{loat: left;}
.blog-item .post{
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #a0ce4e;
    text-align: center;
}
.blog-item .blog-title{margin: 0;}
.blog-item .blog-title a{
    color: #185ca2;
    font-size: 14px;
}
.blog-item p{}
#blogs .more {
    clear: both;
    text-align: right;
}
#blogs .more a {
    font-size: 15px;
    background: #0456a2;
    line-height: 35px;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 50%;
}
#footer{padding-top: 20px;}
#footer .block-title{
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-transform: none;
    font-weight: normal;
    font-size: 22px;
}
#footer .end1{
    font-family: 'Roboto', sans-serif;
    color: #128433;
}
#footer .end{
    font-size: 18px;
    margin-bottom: 0px;
}
#footer .end2 a{
    font-family: 'Roboto', sans-serif;
    color: #fff;
}
#footer .end2 a.titulo{
    font-family: 'Roboto', sans-serif;
    color: #128433;
    text-transform: uppercase;
}
#footer li.esp{
    padding-top: 10px;
}
.social-links a{
    text-align: center;
    float: left;
    width: 36px;
    height: 36px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    margin-right: 7px; /*space between*/

}
.social-links a i{
    font-size: 20px;
    line-height: 38px;
    color: #fff;
}
.form{
    width: 260px;
    padding: 5px 5px 10px 5px;
    margin-bottom: 10px;
}
textarea.form {
    height: 100px;
    line-height: 150%;
    resize:vertical;
    border: 1px solid #9e9e9e;
    width: 263px;

}
button#enviar {
    background-color: #128433;
    border: 1px solid rgba(210, 201, 201, 0.73);
    text-transform: uppercase;
    color: #fff;
    padding: 11px 26px;
    float: right;
    margin-right: 5px;
}
#icon-nome,#icon-email {
    position: relative;
    z-index: 1;
    left: -25px;
    top: 1px;
    color: #7B7B7B;
    width: 0;

}
#icon-mensagem {
     position: relative;
     z-index: 1;
     left: -25px;
    top: -109px;
    color: #7B7B7B;
    width: 0;

 }
.copyright{
    padding: 20px 0 40px;
    font-size: 12px;

}
.copyright a{
    color: #fff;

}
.copyright a:hover{
    text-decoration: underline;
}
#return_to_top {
}
#responsive-tab{display: none;}
@media (min-width: 1167px) {
    .site-name h1{
        padding-top: 23px;
    }
    #topbar{
        padding-top: 20px;
    }
    .custom-one_half{
        width: 576px;
        margin-right: 15px;
    }
    .custom-one_fourth{
        margin-right: 15px;
        width: 280.5px;
    }
    .blog-thumbnail.one_fourth {
        width: 150px;
        margin-right: 3px;
    }
    .post.three_fourth.last {
        width: 390px;
    }
    #blogs .more{
        margin-right: 32px;
    }
}
@media (max-width: 1166px) {
    #return_to_top{
        margin-right: 0;
    }
    .container{
        max-width: 96%;
    }
    .container-rede{
        max-width: 96%;
    }
    #main-nav ul.menu >li{margin-left: 15px;}
    #search-form, #newsletter-form{
        text-align: center;
        margin-right: 0;
    }
}
@media (max-width: 980px){
    #newsletter-form span{
        display: block;
    }
    .sociais li a{
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 800px){
    #main-nav{}
    #main-nav ul.menu{
        position: absolute;
        right: 0;
        text-align: right;
        min-width: 200px;
    }
    #main-nav ul.menu >li{display: none; margin: 0;}
    #main-nav ul.menu >li >a{
        padding-right: 35px;
        background: #0455a1;
    }
    #main-nav ul.menu li#responsive-tab{display: block;}
    #main-nav ul.menu li#responsive-tab a{
        background: url("images/menu.gif") no-repeat scroll 95% center;
        color: #fff;
        padding-right: 35px;
    }
}
@media (max-width: 768px){
    .footer-widget.custom-one_fourth{
        width: 40%;
        margin: 0;
        padding: 0 5%;
    }
    .footer-widget.custom-one_fourth:nth-child(3) {
        clear: both;
    }
    .one_half {
        width: 100%;
        margin: 0 0 20px;
    }
    #networks .diagram {
        background: none;
        border: 0 none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 0;
    }
    .diagram-small{
        background: url("images/map.png") no-repeat scroll right center #eeeeee;
        border: 1px solid #e0dede;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        min-height: 300px;
    }
    #home-slider .left{margin-top:0;}
    #search-form .textbox, #search-form .btn, #search-form select{
        margin-bottom: 5px;
    }
}
@media (max-width: 480px){
    .footer-widget.custom-one_fourth {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .left.site-name {
        float: none;
        text-align: center;
    }
    #login-form {
        margin-top: 0;
    }
    #search-form .textbox, #search-form .btn, #search-form select{
        display: block;
        margin: 0 auto 5px;
    }
    .button-group a.btn{
        margin-bottom: 5px;
    }
    .arrow_box{
        padding: 30px;
    }
}
@media (max-width: 320px){

    .form-group > span {
        display: block;
        text-align: left;
    }
    #search-form .textbox{
        width: 273px;
    }
    #login-form .form-group input[type="submit"]{
        margin-top: 15px;
    }
}



.pricing-table{
    width: 179px;
    padding: 0;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 25px;
    margin-left: 25px;
    list-style: none;
    float: left;
    background: #fff;
    border: solid 1px #dedede;
    border-radius: 12px;
}
.pricing-table li{
    width: 100%;
    float: left;
    color: #999;
    text-align: center;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.pricing-table li i{
    width: 26px;
    margin: 0 5px 0 4px;
    font-size: 20px;
    float: left;
    line-height: 23px;
    text-align: center;
}

/* plan
================================*/
.pricing-table .plan{
    padding: 5px 5px;
    float: left;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    text-shadow: 0 1px 1px #777;
    background: #128433;
    -o-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    border-radius: 12px 12px 0px 0px;
}

/* price
================================*/
.pricing-table .price{
    padding: 30px 26px 30px;
    margin-bottom: 10px;
    float: left;
    font-size: 50px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-shadow: 0 1px 1px #777;
    color: #fff;
    text-transform: uppercase;
    background: #ffb667;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmI2NjciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmY4ZTMxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover,  #ffb667 0%, #ff8e31 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffb667), color-stop(100%,#ff8e31));
    background: -webkit-radial-gradient(center, ellipse cover,  #ffb667 0%,#ff8e31 100%);
    background: -o-radial-gradient(center, ellipse cover,  #ffb667 0%,#ff8e31 100%);
    background: -ms-radial-gradient(center, ellipse cover,  #ffb667 0%,#ff8e31 100%);
    background: radial-gradient(ellipse at center,  #ffb667 0%,#ff8e31 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb667', endColorstr='#ff8e31',GradientType=1 );
}
.pricing-table .price .small{
    font-size: 12px;
    text-transform: none;
}

/* details
================================*/
.pricing-table .detail{
    padding: 8px 31px;
    float: left;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    -o-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
    background: url(../../assets/images/linha-verde.png) no-repeat center bottom;
    padding-bottom: 14px;
    margin: 9px 0 0px;
    font-family: 'Roboto', sans-serif;
}
.pricing-table .consulte{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
color: #128433;
    padding-top: 5px;
    padding-bottom: 5px;
}
.pricing-table .info{
    font-family: 'Roboto', sans-serif;
    padding-bottom: 10px;

}
.pricing-table a.m{
    background-color: #e4e4e4;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    padding: 2px 5px;
    color: #666;
    font-size: 10px;

}

/* sign up button
================================*/
.pricing-table .sign-up{
    padding: 3px 3px;
    float: left;
    font-size: 16px;
    text-decoration: none;
    background-color: #666666;
    border-radius: 0px 0px 12px 12px;
}
.pricing-table .sign-up a{
    width: 100%;
    float: left;
    font-size: 25px;
    font-weight: 300;
    text-decoration: none;
    color: #fff;
    text-align: center;

}

/* hover effect
================================*/
.pricing-table .detail:hover {
    color: #128433;
}



/* responsive design
================================*/
@media (max-width: 1166px) {
    .bg-preco {
        margin-top: -6px;
    }
    #noticias .noticias1 {
        width: 100%;
    }
    #noticias .noticias {
        width: 100%;
    }
    #icon-nome, #icon-email {
        left: 255px;
        top: -36px;
    }
    #icon-mensagem {
        left: 255px;
        top: -125px;
    }
    #footer .container{
        padding-bottom: 13px;
    }
}
@media (max-width: 893px) {
    .bg-rede {
        width: 100%;
    }
    .bg-icone{
        visibility: hidden;
        clear: both;
        display: none;
    }
}
@media (max-width: 960px) {
    .pricing-table{
        width: 41.9%;
    }
}
@media (max-width: 768px) {
    .pricing-table{
        width: 41.9%;
    }
    .noticias1{
        width: 91% !important;
    }
    .noticias {
        width: 91% !important;
        padding-top: 15px;
    }
    #icon-nome, #icon-email {
        left: -25px;
        top: 1px;
    }
    #icon-mensagem {
        left: -25px;
        top: -109px;
    }
}
@media (max-width: 742px) {
    #icon-mensagem {
        left: 254px;
        top: -121px;
    }
    #icon-nome, #icon-email {
        left: 254px;
        top: -37px;
    }
}
@media (max-width: 602px) {
    a.cidade {
        margin-bottom: 8px;
    }
}
@media (max-width: 586px) {
    .container-rede {
        max-width: 80%;
    }


}
@media (max-width: 512px) {
    .bg-rede {
        background: url(../../assets/images/bg-rede.jpg);
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
    }
}
@media (max-width: 666px) {
    .pricing-table{
        width: 100%;
        margin: 0 0 10px;
    }
}
@media (max-width: 685px) {
    .pricing-table{
        width: 100%;
        margin: 0 0 10px;
    }
    .nav > li {
        z-index: 3;
        display: block;
    }
    .dropdown ul {
        display: block;
        position: inherit;
    }
}
@media (max-width: 480px) {

    .pricing-table{
        width: 100%;
        margin: 0 0 10px;
    }
    .container-rede {
        max-width: 70%;
    }
    #icon-nome, #icon-email {
        left: -25px;
        top: 1px;
    }
    #icon-mensagem {
        left: -25px;
        top: -109px;
    }
    .menu-topo{
        display: table;
        margin: 0 auto;
    }
}
.dropdown1:hover > a {
    background: white;
    color: #004c99;
    text-shadow: none;
    -webkit-box-shadow: 0 2px white, 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px white, 0 0 2px rgba(0, 0, 0, 0.2);

}
.dropdown1 {
    position: relative;
    /*border-bottom: 5px solid white;*/
    z-index: 9;
}
.dropdown1:hover ul {
    display: block;
}
.dropdown1 ul {
    display: none;
    position: absolute;
    top: 25px;
    left: 3px;
    min-width: 130px;
    padding: 0 0 5px;
    background: white;
    border: 1px solid #dadada;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.04);
    z-index: 1;

}
.dropdown1 li {
    display: block;
    margin: 0 10px;
    overflow: visible;
    text-align: center;
}
.dropdown1 li + li {
    border-top: 1px solid #eee;
}
.dropdown1 li a {
    font-size: 10px;
    color: #555;
    padding: 8px 10px;
    margin: 0 -18px;
    font-size: 12px;

}
.dropdown1 li a:hover {
    color: black;
}
.item{
    text-align: center;
    /*background-color: #e9e9e9;
    background: url(../../assets/images/bg.jpg);*/
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}