/* Global Styles */
@font-face {
	font-family: 'Myriad Italic';
	src: url('../fonts/myriad-bold-italic/MyriadPro-BoldIt.eot');
	src: url('../fonts/myriad-bold-italic/MyriadPro-BoldIt.eot?#iefix') format('embedded-opentype'),
		url('../fonts/myriad-bold-italic/MyriadPro-BoldIt.woff') format('woff'),
		url('../fonts/myriad-bold-italic/MyriadPro-BoldIt.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Myriad Pro';
	src: url('../fonts/myriad-bold/MyriadPro-Bold.eot');
	src: url('../fonts/myriad-bold/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/myriad-bold/MyriadPro-Bold.woff') format('woff'),
		url('../fonts/myriad-bold/MyriadPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

html,
body {
    height: 100%;
}

body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Cabeçalho */
#topo {
	background: url(../img/header_bg.png);
	margin:0px;
	height:138px;
	font-family: 'Myriad Italic';
}
#logo {
	margin-top:14px;
	margin-bottom:10px;
}
#logo img {
	margin-left:auto;
	margin-right:auto;
}
#slogan-box {
	background: url(../img/contacts-bg.png);
}
#slogan-box .glyphicon-envelope {
	margin-top:7px;
	color:#c6eafc;
	margin-left:30px;
	margin-right:7px;
	font-size:15px;
}
#slogan-box .mail a {
	margin-top:7px;
	color:#c6eafc;
	font-size:15px;
}
#slogan-box .mail a:hover {
	color:white;
	text-decoration:none;
}
#slogan {
	margin-top:18px;
	font-weight:bold;
	color: white;
	font-size: 20px;
	background-repeat: no-repeat;
	background-attachment:left;
	padding-left:125px;
	margin-left:45px;
	text-shadow: 2px 2px 0px #4484c5;
}
#slogan-side {
	background: url(../img/continue-contacts-info.png);
	background-attachment: top;
	background-repeat: repeat-x;
	height: 42px;
}

/* Navbar */
#menu {
	width: 740px;
	height:53px;
	font-family: 'Myriad Italic';
	font-weight: bold;
	font-style: italic;
}
.navbar {
	margin: 0px;
	padding-top:5px;
	background: url(../img/menu-bg.png);
	z-index:1000;
}

/* Home Page Carousel */

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* Botões Destaque */

#botoes-destaque {
	background: url(../img/botoes-destaque.png);
	color: white;
	font-family: 'Myriad Pro';
	font-size: 12px;
}
#botoes-destaque span {
	font-size:15px;
	margin-right:20px;
}
#botoes-destaque .col-md-2{
	padding:0px;
}
#botoes-destaque .col-md-3{
	padding:0px;
}
#encarte {
	background: url(../img/botao-encarte.png);
	height:52px;
	margin-bottom:3px;
	margin-top:3px;
	margin-right:2px;
}
#encarte img{
	margin-right: 10px;
}
.hover-background-encarte {
	background: url(../img/botao-encarte-over.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	width:100%;
	height:52px;
	padding-top:14px;
	text-align:center;
	display:block;
	color:white;
	
	-webkit-transition: background-position .5s ease;
      -moz-transition: background-position .5s ease;
        -o-transition: background-position .5s ease;
       -ms-transition: background-position .5s ease;
           transition: background-position .5s ease;
}
#encarte:hover .hover-background-encarte{
	background-position: center top;
	color:white;
	text-decoration:none;
}

#sac {
	background: url(../img/botao-sac.png);
	height:52px;
	margin-bottom:3px;
	margin-top:3px;
	margin-right:2px;
}
.hover-background-sac {
	background: url(../img/botao-sac-over.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	width:100%;
	height:52px;
	padding-top:14px;
	text-align:center;
	display:block;
	color:white;
	
	-webkit-transition: background-position .5s ease;
      -moz-transition: background-position .5s ease;
        -o-transition: background-position .5s ease;
       -ms-transition: background-position .5s ease;
           transition: background-position .5s ease;
}
#sac:hover .hover-background-sac{
	background-position: center top;
	color:white;
	text-decoration:none;
}

#news {
	background: url(../img/botao-news.png);
	height:52px;
	margin-bottom:3px;
	margin-top:3px;
	margin-right:2px;
}
.hover-background-news {
	background: url(../img/botao-news-over.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	width:100%;
	height:52px;
	padding-top:14px;
	text-align:center;
	display:block;
	color:white;
	
	-webkit-transition: background-position .5s ease;
      -moz-transition: background-position .5s ease;
        -o-transition: background-position .5s ease;
       -ms-transition: background-position .5s ease;
           transition: background-position .5s ease;
}
#news:hover .hover-background-news{
	background-position: center top;
	color:white;
	text-decoration:none;
}

/* Conteudo */
#conteudo {
	padding-bottom:60px;
}
#title {
	font-size:24px;
    border-radius: 25px;
    background: #15388a;
    padding: 20px; 
	font-family: 'Myriad Italic';
	color:white;
	text-align:center;
}
#conteudo p {
	margin-top:30px;
	margin-left:20px;
	margin-right:20px;
	font-size:16px;
	font-family: 'Myriad Italic';
	color:#727176;
	line-height:28px;
	text-align:justify;
}
#visao-missao-valores p {
	margin-top:30px;
	margin-bottom:30px;
	margin-left:20px;
	margin-right:20px;
	font-size:16px;
	font-family: 'Myriad Italic';
	color:#727176;
	line-height:28px;
	text-align:center;
}
#visao-missao-valores {
	padding-bottom:60px;
}

/* Footer */

footer {
  color: white;
  font-family: 'Myriad Pro';
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #15388a;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #0071b6;
}
footer ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
footer ul a {
	color:white;
}
footer ul a:hover {
	color:#8caefe;
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
  padding:5px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #18BC9C;
  background: white;
  border: solid 2px white;
}

/* Modelos de Negócio */
#modelos-de-negocio {
	margin-top:20px;
}
#modelos-de-negocio img {
	margin-bottom:20px;
}

/* Formulários de contato */

#contact-form, #contact-form legend {
	font-family: 'Myriad Pro';
	color: gray;
	margin-bottom: 40px;
}

/* Lojas */

.tab-content a {
	text-decoration:none;
}

.col-md-3, .col-sm-6{
	padding:0px;
}
.loja p, .loja h3{
	margin:20px;
}
.loja img {
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -o-transition: all 0.5s ease; /* IE 9 */
    -ms-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
        max-width: 100%;
}
.loja:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
/* just apply some height and width to the wrapper. */
.loja {
	width:80%;
	overflow: hidden;
	background-color:white;
	color:#0c368a;
	border: 1px solid #d2d2d2;
	margin:40px 0px 40px 10%;
	box-shadow: 0px 3px 2px #aeaeae;
	transition: background-color 0.5s ease;
}
.zoom {
  width:100%;
  height:100%;
  overflow: hidden;
}
.loja:hover {
	background-color:#0c368a;
	color:white;
}

/* Responsive Styles */

@media(max-width:1366px) {
	#slogan-box .glyphicon-envelope {
	margin-top:7px;
	color:white;
	margin-left:30px;
	margin-right:7px;
	font-size:15px;
	}
	#slogan-box .mail {
	margin-top:7px;
	color:white;
	font-size:15px;
	}
	#slogan {
	margin-top:18px;
	font-weight:bold;
	color: white;
	font-size: 20px;
	background: url(../img/border-slogan.png);
	background-repeat: no-repeat;
	background-attachment:left;
	padding-left:100px;
	margin-left:75px;
	text-shadow: 2px 2px 0px #4484c5;
	}
}

@media(max-width:1295px) {
	#slogan-box .glyphicon-envelope {
	margin-top:7px;
	color:white;
	margin-left:30px;
	margin-right:7px;
	font-size:13px;
	}
	#slogan-box .mail a {
	font-size:13px;
	}
	#slogan {
	margin-top:18px;
	font-weight:bold;
	color: white;
	font-size: 20px;
	background: url(../img/border-slogan.png);
	background-repeat: no-repeat;
	background-attachment:left;
	padding-left:80px;
	margin-left:75px;
	text-shadow: 2px 2px 0px #4484c5;
	}
}

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
	
	#slogan-box {
		display: none !important;
	}
	
	#slogan-side {
		display: none !important;
	}
	
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }
	
	#menu {
	width: 100%;
	}
	
	.carousel-inner {
		display: none !important;
	}
	
	#bs-example-navbar-collapse-1 {
	background-color:#fec12c;
	text-align:center;
}
	
}

@media(min-width:767px) {

}
