/*
 *
 * Template Name: Andia
 * Template URI: http://azmind.com
 * Description: Andia - Responsive Agency Template
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */

.paginaErro{text-align:center;}
.paginaErro h1{font-size:100px; line-height:100px;}
.paginaErro h2{font-size:20px; line-height:100px;}
@font-face {
    font-family: 'humanst531_btroman';
    src: url('humanist_531_bt-webfont.eot');
    src: url('humanist_531_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('humanist_531_bt-webfont.woff2') format('woff2'),
         url('humanist_531_bt-webfont.woff') format('woff'),
         url('humanist_531_bt-webfont.ttf') format('truetype'),
         url('humanist_531_bt-webfont.svg#humanst531_btroman') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'humanst521_btroman';
    src: url('tt0290m_-webfont.eot');
    src: url('tt0290m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('tt0290m_-webfont.woff2') format('woff2'),
         url('tt0290m_-webfont.woff') format('woff'),
         url('tt0290m_-webfont.ttf') format('truetype'),
         url('tt0290m_-webfont.svg#humanst521_btroman') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'humnst777_btroman';
    src: url('tt0857m_-webfont.eot');
    src: url('tt0857m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('tt0857m_-webfont.woff2') format('woff2'),
         url('tt0857m_-webfont.woff') format('woff'),
         url('tt0857m_-webfont.ttf') format('truetype'),
         url('tt0857m_-webfont.svg#humnst777_btroman') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('bebasneue-webfont.eot');
    src: url('bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('bebasneue-webfont.woff2') format('woff2'),
         url('bebasneue-webfont.woff') format('woff'),
         url('bebasneue-webfont.ttf') format('truetype'),
         url('bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
    background: #fff;
    text-align: center;
    font-family: 'humanst531_btroman';
    color: #727272;
    font-size: 15px;
}

.violet { color: #ED3237; }

a {
    color: #ED3237;
    text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
a:hover, a:focus { color: #888; text-decoration: none; }

strong { font-weight: bold; }

img { max-width: 100%; }

h1, h2 { line-height: 40px; }
h3, h4 { line-height: 20px; }

::-moz-selection { background: #ED3237; color: #fff; text-shadow: none; }
::selection { background: #ED3237; color: #fff; text-shadow: none; }


/***** Big links / buttons *****/

a.big-link-1 {
	display: inline-block;
    padding: 5px 22px;
    background: #ED3237;
    color: #fff;
    font-style: italic;
    text-decoration: none;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

a.big-link-1:hover {
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

a.big-link-1:active {
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

a.big-link-2 {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding-top: 6px;
    background: #ED3237;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    -moz-border-radius: 19px; -webkit-border-radius: 19px; border-radius: 19px;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}
a.big-link-2 i { vertical-align: middle; }

a.big-link-2:hover {
    background: #5d5d5d;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

a.big-link-2:active {
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

a.big-link-3 {
	display: inline-block;
    padding: 5px 22px;
    background: #ED3237;
    font-size: 18px;
    color: #fff;
    font-style: italic;
    line-height: 24px;
    text-decoration: none;
    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

a.big-link-3:hover {
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

a.big-link-3:active {
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
}


/***** Top menu *****/
.navbar-right{}
.navbar {
	margin-bottom: 0;
	background: #fff;
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	font-family: 'humanst521_btroman';
	
}

ul.navbar-nav {
	font-size: 14px;
	color: #888;
	text-transform: uppercase;
}

ul.navbar-nav li a { padding: 23px 20px; background: #fff; color: #5d5d5d; }
ul.navbar-nav li.active a { color: #ED3237;  background: #fff; }

ul.navbar-nav li a:hover, ul.navbar-nav li a:focus { color: #ED3237; outline: 0;  background: #fff; }

.nav .open > a {color: #5d5d5d;  background: #fff; }
.nav .open > a:hover, .nav .open > a:focus { color: #ED3237; }

ul.navbar-nav li a i { line-height: 35px; color: #aaa;  background: #fff; }
ul.navbar-nav li a:hover i, ul.navbar-nav li a:focus i { color: #fff; }

.dropdown-menu {
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; background: #fff; 
	-moz-box-shadow: 0 6px 10px rgba(0, 0, 0, .15); -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .15); box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
}

.dropdown-menu > .active > a {color: #393126;  background: #fff; }
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {color: #393126;  background: #fff; }

ul.navbar-nav li .dropdown-menu a { padding-top: 15px; padding-bottom: 15px;  background: #fff; }
ul.navbar-nav li.active .dropdown-menu a { color: #393126; border: 0; }
ul.navbar-nav li.active .dropdown-menu a:hover, 
ul.navbar-nav li.active .dropdown-menu a:focus { color: #393126; border: 0; }

ul.navbar-nav li.active .dropdown-menu > .active > a {  color: #ED3237; border: 0; }
ul.navbar-nav li.active .dropdown-menu > .active > a:hover, 
ul.navbar-nav li.active .dropdown-menu > .active > a:focus { color: #ED3237; border: 0; }

.navbar>.container .navbar-brand { margin-left: 0; }

.navbar-brand {
	width: 167px;
	height: 134px;
	background: url(../img/logo.png) left center no-repeat;
	text-indent: -99999px;
	margin:10px 0;
}
.centralAt{text-align:right;font-family: 'humanst531_btroman';}
.centralAt h3{font-size:14px; color:#EC3237; text-transform:uppercase; margin:10px 0 0 0; text-align:right;}
.centralAt .iconTelT{background:url(../img/icon_tel.png) no-repeat; width:40px; height:40px; display:inline-block;}
.centralAt div{ display:inline-block; margin-left:10px;}
.centralAt p{font-size:20px; color:#EC3237; margin:0;}
.centralAt span{font-size:14px; color:#EC3237; }

/***** Slider *****/

.slider-container {
    margin: 0 auto;
	border-top:2px solid #CECFD0;
	border-bottom:2px solid #CECFD0;
	overflow:hidden;
}

.slider {
	padding-left: 5px;
	padding-right: 5px;
}

.flexslider {
    margin-top: 1px;
    margin-bottom: 1px;
}

.flexslider .slides > li {
	position: relative;
}

.flexslider .slides .embed-responsive.embed-responsive-16by9 {
	padding-bottom: 48.1%;
}

.flex-caption {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 95%;
    padding: 10px 20px;
    background: #1d1d1d; /* browsers that don't support rgba */
    background: rgba(0, 0, 0, .7);
    font-size: 14px;
    line-height: 24px;
    color: #eaeaea;
    text-align: left;
    font-style: italic;
}

.flex-direction-nav a {
	width: 54px;
	height: 54px;
	padding-top: 17px;
	background: #989A9C;
	color: #fff;
	text-shadow: none;
	border-radius:50%;
}

.flex-direction-nav a:before { font-size: 26px; }

.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next { text-align: center; }


/***** Slider 2 *****/

.slider-2-container {
	padding: 180px 0;
}

.slider-2-text {
	padding: 30px 0 43px 0;
	background: #1d1d1d; /* browsers that don't support rgba */
    background: rgba(0, 0, 0, .7);
    color: #fff;
}

.slider-2-text h1 {
	padding-left: 30px;
	padding-right: 30px;
	font-family: 'Lobster', cursive;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.slider-2-text p {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
    font-style: italic;
}


/***** Presentation *****/

.presentation-container {
    margin-top: 30px;
}

.presentation-container h1 {
    font-family: 'humnst777_btroman';
    font-size: 24px;
    color: #313131;
    font-weight: bold;
}

.presentation-container p {
    font-size: 14px;
    font-style: italic;
	color:#737373; line-height:120%; max-width:750px; margin:0 auto;
}hr.style-eight {
    padding: 0;
    border-style: solid;
    border-color: #DDDDDD;
    border-width: 1px 0 0 0;
    color: #333;
    text-align: center;
	max-width:520px;
}
hr.style-eight:after {
    content: url(../img/separa.png);
    display: inline-block;
    position: relative;
    top: -0.3em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}


/***** Services *****/

.services-container {
    margin-top: 10px;
	background-color:#F9F9F9;
	font-family: 'humanst521_btroman';
}

.services-title {
	margin-top: 40px;
}

.services-title h2 {
    width: 200px;
    margin: 0 auto;
    background: #fff;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold;
}

.service {
	margin-top: 40px;
    padding: 15px 15px 20px 15px;
	font-family: 'humanst521_btroman';
}

.service:hover {
}

.service .service-icon {
    font-size: 50px;
    line-height: 50px;
    color: #5d5d5d;
}

.service .service-icon i { vertical-align: middle; }

.service h3 {
    margin-top: 13px;
    font-size: 14px;
    color: #313131;
    font-weight: bold;
    text-transform: uppercase;
}

.service p {
    padding-bottom: 7px;
    line-height: 24px;
}



/***** Testimonials *****/

.testimonials-container {
    margin-top: 50px;
    padding-bottom: 70px;
}

.testimonials-title {
}

.testimonials-title h2 {
    margin: 0 auto;
    font-family: 'humnst777_btroman';
    font-size: 20px;
    color: #313131;
    font-weight: bold;
	text-transform:uppercase;
}

.testimonial-list {
    margin-top: 30px;
    text-align: left;
}

.testimonial-list .tab-pane { overflow: hidden; }

.testimonial-list .testimonial-image {
	float: left;
	width: 10%;
	margin: 10px 0 0 0;
}
.testimonial-list .testimonial-image img { max-width: 64px; border: 3px solid #eaeaea; }

.testimonial-list .testimonial-text {
	float: left;
	width: 90%;
	font-size: 14px;
    line-height: 30px;
    font-style: italic;
	text-align:center;
}.testimonial-list .testimonial-text span {
	color:#ff0033;
}

.testimonial-list .nav-tabs {
    border: 0;
    text-align: right;
}

.testimonial-list .nav-tabs li {
	float: none;
	display: inline-block;
	margin-left: 2px;
    margin-right: 2px;
}

.testimonial-list .nav-tabs li a {
    width: 12px;
    height: 12px;
    padding: 0;
    background: #727272;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}

.testimonial-list .nav-tabs li a:hover { border: 0; background: #727272; }
.testimonial-list .nav-tabs li.active a { background: #ED3237; }


/***** Footer *****/

footer {
    margin: 0 auto;
    padding-bottom: 10px;
    background: #EBEBEB;
}

.footer-box {
    margin-top: 20px;
    text-align: left;
}

.footer-box h4 {
    margin-top: 20px;
    font-family: 'humnst777_btroman';
    font-size: 18px;
    color: #444444;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.footer-box-text p {
    line-height: 24px;
}

.footer-box-text-contact i {
    padding-right: 7px;
}

.footer-box-text-subscribe form {
	padding-bottom: 10px;
}
.footer-box-text p a{font-style:italic; font-size:15px;}
input[type=submit]{background-color:#ED3237; color:#fff; text-transform:uppercase; font-size:14px; line-height:30px; padding:0 15px; border-radius:0; font-family: 'humnst777_btroman'; margin-top:5px;}
input[type=submit]:hover{background-color:#727272; color:#fff; text-transform:uppercase; font-size:14px; line-height:30px; padding:0 15px; border-radius:0; font-family: 'humnst777_btroman'; margin-top:5px;}
.footer-box-text-subscribe input[type="text"] {
	width: 95%;
	height: 26px;
	background:#fff !important; border:0; line-height:40px; height:40px; color:#A4A4A4; font-size:14px; margin-bottom:5px !important;
}
.inline{display:inline;}
/* Flickr feed */
.flickr-feed {
    margin: 16px 0 0 0;
}

.flickr-feed a {
	display: inline-block;
	width: 54px;
	margin: 0 4px 4px 0;
}
.flickr-feed a:hover { opacity: 0.7; }
.flickr-feed a img { border: 2px solid #eaeaea; }


.footer-border {
    margin-top: 30px;
    border-top: 1px solid #fff;
}

.footer-copyright {
    margin-top: 15px;
    line-height: 24px;
    text-align: left;
	font-size:12px;
}

.footer-social {
    margin-top: 5px;
    text-align: right;
}
.footer-box-text-contact p{line-height:30px;}
.footer-social a { margin: 0 0 0 10px; font-size: 26px; color: #888; }
.footer-social a:hover, .footer-social a:focus { color: #ED3237; }
.iconEnd{background:url(../img/icon_loc.png) no-repeat; width:30px; height:30px; display:block; float:left; margin-right:10px}
.iconTel{background:url(../img/icon_whats.png) no-repeat; width:30px; height:30px; display:block; float:left; margin-right:10px;}
.iconEmail{background:url(../img/icon_men.png) no-repeat; width:30px; height:30px; display:block; float:left; margin-right:10px}
.iconFace{background:url(../img/icon_face.png) no-repeat; width:30px; height:30px; display:block; float:left; margin-right:10px}

/***** Page title *****/

.page-title-container {
    margin: 0 auto;
    text-align: left;
	border-top:2px solid #CECFD0;
}
.sobre{background:url(../img/sobre.png) top center no-repeat #C83236; height:100px;padding-top:30px;}
.solucao{background:url(../img/solucao.png) top center no-repeat #C83236; height:100px;padding-top:30px;}
.suporteB{background:url(../img/suporte.png) top center no-repeat #C83236; height:100px;padding-top:30px;}
.contato{background:url(../img/contato.png) top center no-repeat #C83236; height:100px;padding-top:30px;}
.btOrcamento{font-family: 'bebas_neueregular'; color:#fff; background-color:#ED3237; line-height:40px; padding:0 15px; font-size:26px; font-weight:normal; display:table; margin-bottom:30px; }
.btOrcamento:hover{font-family: 'bebas_neueregular'; color:#fff; background-color:#ED3237; line-height:40px; padding:0 15px; font-size:26px; font-weight:normal; display:table; margin-bottom:30px; }
.btOrcamento:visited{font-family: 'bebas_neueregular'; color:#fff; background-color:#ED3237; line-height:40px; padding:0 15px; font-size:26px; font-weight:normal; display:table; margin-bottom:30px; }
.solucaodetalhe{ text-align:left; min-height:70px;}
.solucaodetalhe h2{color:#EB3237; font-size:24px; line-height:100%;}
.formOrcamento{text-align:left;}
.formOrcamento h2{font-size:18px; margin-left:15px; font-weight:bold; color:#313131;}
.formOrcamento p.leftT{ margin-left:15px;}

/*servicos*/
.servicos{text-align:left;}
.servicos h2{font-size:24px; color:#EB3237;font-family: 'humanst531_btroman'; font-weight:bold;}
.servicos ul{list-style-image: url('../img/seta.png');}
.servicos ul li h2{font-size:20px; color:#EB3237;font-family: 'humanst531_btroman'; font-weight:normal;}
.page-title-container h1 {
    display: inline;
    margin-left: 10px;
    font-family: 'humnst777_btroman';
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    vertical-align: middle;
	text-transform:uppercase;
}

.page-title-container p {
    display: inline;
    margin-left: 5px;
    font-size: 24px;
	color:#fff;
    vertical-align: middle;
	font-family: 'humnst777_btroman';
}

.page-title-container i {
    font-size: 46px;
    color: #ccc;
    vertical-align: middle;
}
.clear{clear:both;}

/* ----- ABOUT PAGE ----- */

/***** About us text *****/
.right{float:right;}
.left{float:left;}
.tleft{text-align:left; line-height:100%; margin:0;}
.tright{text-align:right;}
.formSobre{background-color:#F9F9F9; text-align:center; padding-bottom:20px; margin-bottom:30px;}
select{background-color:#EBEBEB;  width:100%; line-height:40px; height:40px; border:0; margin-bottom:10px;}
input[type=text].input{background-color:#EBEBEB;  width:100%; line-height:40px; border:0; margin-bottom:10px;}
input[type=submit]{border:0 !important;}
textarea{background-color:#EBEBEB;  width:100%; line-height:40px; border:0; margin-bottom:5px;}
.formSobre h2{font-size:17px; color:#313131; font-weight:bold; line-height:120%;}
.about-us-container {
    margin-top: 20px;
}

.about-us-text {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.about-us-text h3 {
    margin-top: 25px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.about-us-text p {
    line-height: 24px;
    font-size: 15px;
}
.carousel-control.left{background: transparent; top:50%; margin-top:-15px; width:18px; margin-left:30px;}
.carousel-control.right{background: transparent; top:50%; margin-top:-15px; width:18px; margin-right:30px;}
.volta{background:url(../img/volta.png) no-repeat; width:18px; height:30px; display:block;}
.avanca{background:url(../img/avanca.png) no-repeat; width:18px; height:30px; display:block;}


/*suporte.*/
.suporte h2{font-size:24px; color:#EB3237; font-weight:bold;}
.suporte .linkDownload{background:url(../img/download.png) 13px 12px no-repeat #ED3237; padding-left:80px; display:table;outline-offset: -3px; text-align:center; padding-right:13px;
outline: 1px solid #fff;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;}
.suporte .linkDownload2{background:url(../img/download.png) 13px 12px no-repeat #1072D1; padding-left:80px; display:table;outline-offset: -3px; text-align:center; padding-right:13px;
outline: 1px solid #fff;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;}
.suporte .linkDownload h3{font-size:30px; color:#fff; font-weight:normal;}
.suporte .linkDownload p{font-size:16px; color:#fff;}
.suporte .linkDownload2 h3{font-size:30px; color:#fff; font-weight:normal;}
.suporte .linkDownload2 p{font-size:16px; color:#fff;}
.info h3{font-size:20px; text-transform:uppercase; color:#313131; margin-top:0;}
.center{text-align:center; display:table; margin:0 auto;}
.iconAt{background:url(../img/icon_at.png) no-repeat; width:58px; height:80px; display:inline-block; margin-right:15px;}
.iconRel{background:url(../img/icon_hor.png) no-repeat; width:80px; height:80px; display:inline-block; margin-right:15px;}
.downloads{margin-top:40px;}
.downloads h1{font-size:20px; color:#313131; font-weight:bold;}
.downloads p{font-size:20px; color:#787878;}
.downloads ul li{background-color:#F9F9F9; padding:10px 0 0 0; margin:10px;}
.downloads ul li img{max-width:100px; padding:0 15px 10px;}
.downloads ul li p{font-size:15px; min-height:50px;font-family: 'humanst521_btroman';}
.downloads ul li a{background:url(../img/download_p.png) 10px 5px no-repeat #ED3237; padding-left:25px; height:30px; display:block; color:#fff; text-transform:uppercase; line-height:34px;}
.downloads ul{list-style:none;}

/***** Meet our team *****/

.team-container {
    margin-top: 30px;
}

.team-title {
    background: url(../img/line.png) left center repeat-x;
}

.team-title h2 {
    width: 220px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold;
}

.team-box {
    margin-top: 40px;
    padding-bottom: 15px;
    background: #f8f8f8;
    border-bottom: 2px solid #ED3237;
}

.team-box:hover img {
    opacity: 0.7;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.team-box:hover {
	-moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.team-box h3 {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.team-box p {
	padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
    font-style: italic;
}

.team-social a { margin: 0 5px; font-size: 26px; }


/* ----- CONTACT PAGE ----- */

/***** Form *****/
.contatoGeral{text-align:left;}
.left15{margin-left:15px;}
.titC{color:#313131; text-transform:uppercase; font-size:20px; font-weight:bold;}
.txt15{font-size:15px; display:inline; font-weight:normal;}
.descC{text-align:left;}
.descC h2{font-size:20px; color:#EC3237; font-weight:bold; text-transform:uppercase;}

.contact-us-container {
    margin-top: 20px;
    padding-bottom: 50px;
    text-align: left;
}

.contact-us-container h3 {
    margin-top: 25px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.contact-us-container p {
    line-height: 28px;
    font-size: 13px;
}

.contact-form {
    padding-top: 25px;
    padding-bottom: 30px;
}

.contact-form form {
    margin-top: 25px;
}

.contact-form form .form-group {
	margin-bottom: 20px;
}

.contact-form input[type="text"] { width: 95%; height: 34px; }
.contact-form textarea { width: 95%; height: 170px; padding-top: 6px; padding-bottom: 6px; }
.contact-form label { font-size: 13px; font-weight: 400; }
.contact-form label .error-label { font-style: italic }
.contact-form button { margin-top: 5px; padding: 0 45px; }

/***** Google map *****/

.contact-address {
	padding-bottom: 15px;
}

.contact-address .map {
    margin: 20px 0 40px 0;
    height: 300px;
    border: 5px solid #f8f8f8;
}


/* ----- SERVICES PAGE ----- */

/***** Services full width text *****/

.services-full-width-container {
    margin-top: 20px;
}

.services-full-width-text {
    padding-top: 10px;
    text-align: left;
}

.services-full-width-text h3 {
    margin-top: 25px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.services-full-width-text p {
    line-height: 28px;
    font-size: 13px;
}

/***** Services half width text *****/

.services-half-width-container {
    margin-top: 20px;
}

.services-half-width-text {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.services-half-width-text h3 {
    margin-top: 25px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.services-half-width-text p {
    line-height: 28px;
    font-size: 13px;
}

/***** Call to action *****/

.call-to-action-container {
    margin-top: 20px;
    padding-bottom: 50px;
}

.call-to-action-text {
    padding-top: 25px;
    padding-bottom: 15px;
    background: #f8f8f8;
    text-align: left;
    overflow: hidden;
}

.call-to-action-text:hover {
	-moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.call-to-action-text p {
    float: left;
    width: 80%;
    padding-left: 25px;
    line-height: 30px;
    font-size: 18px;
    font-style: italic;
}

.call-to-action-text .call-to-action-button {
    float: left;
    width: 20%;
    padding-right: 25px;
    margin-bottom: 10px;
    text-align: right;
}


/* ----- PORTFOLIO PAGE ----- */

.portfolio-container {
    margin-top: 20px;
    padding-bottom: 50px;
}

.portfolio-filters {
	padding-top: 35px;
	padding-bottom: 10px;
	font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.portfolio-filters a { color: #5d5d5d; }
.portfolio-filters a:hover, .portfolio-filters a.active { color: #ED3237; }

.portfolio-box {
	width: 255px;
	margin: 40px 15px 0 15px;
}

.portfolio-box img {
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.portfolio-box:hover img { opacity: 0.7; }

.portfolio-box-container {
	position: relative;
	background: #f8f8f8;
    border-bottom: 2px solid #ED3237;
}

.portfolio-box-container:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.portfolio-box-container .embed-responsive.embed-responsive-16by9 {
	padding-bottom: 48%;
}

.portfolio-box-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 35px;
    height: 35px;
    padding-top: 7.5px;
    padding-left: 3px;
    background: #1d1d1d; /* browsers that don't support rgba */
    background: rgba(0, 0, 0, .7);
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    -moz-border-radius: 19px; -webkit-border-radius: 19px; border-radius: 19px;
}

.portfolio-box-text {
	padding: 0 15px 20px 15px;
}

.portfolio-box-text h3 {
	cursor: pointer;
    margin-top: 20px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.portfolio-box-text p {
    line-height: 24px;
    font-style: italic;
}


/* ----- PRICING TABLES PAGE ----- */

/* pricing 1 */
.pricing-1-container {
    margin-top: 47px;
}

.pricing-1-title {
    background: url(../img/line.png) left center repeat-x;
}

.pricing-1-title h2 {
    width: 160px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
    font-weight: bold;
}

.pricing-1-box {
	padding-top: 40px;
	padding-bottom: 20px;
}

.pricing-1-box-inner {
	background: #f8f8f8;
}

.pricing-1-box-inner:hover {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05), 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s; -moz-transition: all .5s; -webkit-transition: all .5s; -ms-transition: all .5s; transition: all .5s;
}

.pricing-1-box-price {
	padding: 20px 0 7px 0;
	background: #eee;
	font-family: 'Droid Sans', sans-serif;
	font-size: 42px;
	color: #5d5d5d;
    line-height: 54px;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}
.pricing-1-box-best .pricing-1-box-price {
	background: #ED3237;
	color: #fff;
	text-shadow: none;
}

.pricing-1-box-price span {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #888;
    line-height: 30px;
    font-style: italic;
    text-shadow: none;
}
.pricing-1-box-best .pricing-1-box-price span {
	color: #fff;
}

.pricing-1-box h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 20px;
	background: #eee;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	color: #5d5d5d;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255,255,255,.7);
}
.pricing-1-box.pricing-1-box-best h3 {
	background: #ED3237;
	color: #fff;
	text-shadow: none;
}

.pricing-1-box h4 {
	margin-top: 0;
	margin-bottom: 2px;
	padding: 10px 20px;
	background: #e8e8e8;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	color: #5d5d5d;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}
.pricing-1-box.pricing-1-box-best h4 {
	background: #8d3b60;
	color: #fff;
	text-shadow: none;
}

.pricing-1-box-features ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pricing-1-box-features li {
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
    line-height: 18px;
}

.pricing-1-box-sign-up {
	padding: 25px 0;
}

/* pricing 2 */
.pricing-2-container {
    margin-top: 30px;
    padding-bottom: 40px;
}
