/*
########## COR PRINCIPAL: 006699

*/


/**
	{
		border: 1px solid #CCC;
	}*/
@font-face {
    font-family: 'Calibri';
    src: url('Calibri.eot');
    src: url('Calibri.eot?#iefix') format('embedded-opentype'),
        url('Calibri.woff2') format('woff2'),
        url('Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri-light';
    src: url('Calibri-Light.eot');
    src: url('Calibri-Light.eot?#iefix') format('embedded-opentype'),
        url('Calibri-Light.woff2') format('woff2'),
        url('Calibri-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

input,textarea,select
	{
		background-color: #f9f7c0 !important; /* Cor da planilha: ffff99 */;
	}

.tooltip > .tooltip-inner {background-color: #1a5b36 !important;}

body
	{
		background-color: #FFF !important;
		/*
		background-image:url(/imagens/fundo4.jpg);
		background-repeat: repeat;
		background-attachment: fixed;*/
		font-size: 16px !important;
		font-family: 'Calibri' !important;
		background-size: cover;
		color:#000 !important;
        -webkit-animation: fundoContainer 0.8s ease;
        animation: fundoContainer 0.8s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;	
	}

.pointer
	{
		cursor: pointer;
	}

.Calibri-l
	{
		font-family: Calibri-light !important;
	}

#slide
	{
		margin-top: -20px;
	}

.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}

.propriedade_variavel > input{ /* HIDE RADIO */
		  visibility: hidden; /* Makes input not-clickable */
		  position: absolute; /* Remove input from document flow */
		}
		label > input + img{ /* IMAGE STYLES */
		  cursor:pointer;
		  border:2px solid transparent;
		}
		label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
		  border:3px solid #000;
		  padding: 2px;
		}
	}

/* styles unrelated to zoom */
		.zoom p { position:absolute; top:3px; right:28px; color:#555; font:bold 13px/1 sans-serif;}

		/* these styles are for the demo, but are not required for the plugin */
		.zoom {
			display:inline-block;
			position: relative;
		}
		
		/* magnifying glass icon 
		.zoom:after {
			content:'';
			display:block; 
			width:33px; 
			height:33px; 
			position:absolute; 
			top:0;
			right:0;
			background:url(/imagens/ico-hover.png);
		}
		*/

		.zoom img {
			display: block;
		}

		.zoom img::selection { background-color: transparent; }

		.zoom img:hover { cursor:zoom-in; }
		.zoom img:active { cursor:zoom-out; }



.mobile
	{
		display: none !important;
	}

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

		.desktop
			{
				display: none !important;
			}
		.mobile
			{
				display: block !important;
			}
		
	}

.item img
	{
		/*width: 100% !important;*/
	}

iframe
	{
		max-width: 100%;
	}
.video-background {
  background: #000;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 1;
  height: 350px;
  max-height: 350px;
  overflow: hidden;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*pointer-events: none;*/
  background-color: #FFF;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}

.relative
	{
		position: relative;
	}

.sombra1
	{
		text-shadow: 1px 1px 0px #000 !important;
	}

.sombra2
	{
		background-image:url(/imagens/sombra.png);
		background-repeat: no-repeat;
		background-position: top center;
		height: 33px;
	}

.margem-top1
	{
		margin-top: -80px !important;
	}

.diferenciais
	{
		/*margin-top: -100px;*/
	}

.man
	{
		margin-top: -50px;
	}


.img-texto-padrao
	{
		margin: 0 10px 3px 0; clear: both; width:300px; float: left;text-align:left;
	}
.none
	{
		display:none;
	}
.img-legenda
	{
		color:#666;font-style:italic;
	}

.borda-top-none
	{
		border-top: 0 !important;
	}
.borda-right-none
	{
		border-right: 0 !important;
	}
.borda-left-none
	{
		border-left: 0 !important;
	}
.borda-bottom-none
	{
		border-bottom: 0 !important;
	}

.bordaTop1
	{
		border-top:4px solid #dbdbdb;
	}
.semBordaTopo
	{
		border-top:none !important;
	}
.semBordaDireita
	{
		border-right:none !important;
	}
.semBordaEsquerda
	{
		border-left:none !important;
	}
	
/**
	{
		border:1px solid #EEE;
	}*/

/* callout */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
/* callout - fim */


@-webkit-keyframes fundoContainer
{
	0%
		{
			opacity:0;
		}
    15%
    {
       opacity:0;
    }
    100%
    {
        opacity:1;
    }
}
.pagination>li>a
	{
		color:#666 !important;
	}
.pagination>li>span 
	{
  		border: 1px solid #EEE;
	}
.pagination>li.active>a 
	{
		color:#FFF !important;
		background: #666;
	}
.pagination>li.active>a:hover
	{
		background: #000;
	}
.cor1
	{
		color:#006699;
	}
.cor2
	{
		color:#6699cc;
	}
.cor3
	{
		color:#333;
	}
.cor4
	{
		color:#CCC !important;
	}
.cor5
	{
		color:#9d5452;
	}
.cor6
	{
		color:#FFF !important;
	}
.cor7
	{
		color:#999;
	}
.cor8
	{
		color: #006699;
	}
.cor9
	{
		color: #000;
	}
.fundo1
	{
		background-color:#f8f8f8;
	}
.fundo2
	{
		background-color:#333 !important;
	}
.fundo3
	{
		background-image:url(/imagens/fundo1.jpg);
		background-repeat: repeat;
	}
.fundo4
	{
		background-color:#006699 !important;
		border:0 !important;
	}
.fundo5
	{
		width: 100% !important;
	}
.fundo6
	{
		background-color: #EEE;
	}
.fundo7
	{
		background-image:url(/imagens/fundo1.png);
		background-repeat: repeat;
		background-color: #271a1a;
		/*
		background-position: center center;
		background-size: cover;*/
	}
.fundo8
	{
		background-color: #FFF;
	}
.fundo9
	{
		background-image:url(/imagens/fundo2.jpg);
		background-size: cover;
		background-position: top center;
	}
.fundo10
	{
		background-size: 100%;
		background-image:url(/imagens/fundo3.jpg);
		background-repeat: no-repeat;
		background-position: top center;
	}
.fundo11
	{
		background-image:url(/imagens/fundo3.png);
		background-repeat: no-repeat;
	}
.semfundo
	{
		background:none !important;
	}
.padding10
	{
		padding:10px;
	}

.padding20
	{
		padding:10px;
	}

#myCarousel
	{
		max-height:750px;
		overflow:hidden;
	}

.carousel-caption a
	{
		color:#333 !important;
	}
.carousel-caption2
	{
		left: 20% !important;
		text-align: left !important;
		top: 45%;
		transform: translateY(-50%);
		color:#333;
		text-shadow:none !important;
		/*text-shadow: 0px 0px 10px black !important;*/
	}
.carousel-inner img 
	{
		margin: auto;
	}
.borda-inf1
	{
		border-bottom:1px dotted #999;
	}
.borda-inf2
	{
		border-bottom:1px solid #4a4a4a;
	}
.borda-inf3
	{
		border-bottom:4px solid #006699;
	}
.borda-inf4
	{
		border-bottom:4px solid #6699cc;
	}
.borda-inf5
	{
		border-bottom:4px solid #FFF !important;
	}

.borda-top1
	{
		border-top:1px solid #999;
	}

.borda-top2
	{
		border-top:1px solid #EEE;
	}

.borda-top3
	{
		border-top:1px solid #333;
	}

.borda-radius-10
	{
		border-radius: 10px;
	}

.borda-radius-20
	{
		border-radius: 20px;
	}

.borda-radius-30
	{
		border-radius: 30px;
	}

.borda-radius-personalizado
	{
		border-radius: 5px 50px 5px;
	}

.img-responsive
	{
		margin:0 auto;
	}
#painel
	{
		border:0;
	}

.linha15
	{
		line-height:15px !important;
	}

.linha20
	{
		line-height:20px !important;
	}
.linha25
	{
		line-height:25px !important;
	}
.linha30
	{
		line-height:30px !important;
	}
.linha35
	{
		line-height:35px !important;
	}
.linha38
	{
		line-height:38px !important;
	}
.linha55
	{
		line-height:55px !important;
	}
.fonte14
	{
		font-size:14px !important;
	}
.fonte16
	{
		font-size:16px !important;
	}
.fonte17
	{
		font-size:17px !important;
	}
.fonte18
	{
		font-size:18px !important;
	}
.fonte20
	{
		font-size:20px !important;
	}
.fonte25
	{
		font-size:25px !important;
	}
.fonte30
	{
		font-size:30px !important;
	}
.fonte45
	{
		font-size:45px !important;
	}
.fonte55
	{
		font-size:55px !important;
	}
.fonte85
	{
		font-size:85px !important;
	}
	

a.link_personalizado:link
	{
		text-decoration:none;
		color: #999;
	}
a.link_personalizado:visited
	{
		text-decoration: none;
		color: #999;
	}
a.link_personalizado:hover
	{
		text-decoration:none;
		color: #FFF !important;
	}
a.link_personalizado:active
	{
		text-decoration: none;
		color: #999;
	}
	
	
.link_personalizado2
	{
		transition:.2s;
	}
a.link_personalizado2:link
	{
		text-decoration:none;
		color: #999;
	}
a.link_personalizado2:visited
	{
		text-decoration: none;
		color: #999;
	}
a.link_personalizado2:hover
	{
		transition:.2s;
		text-decoration:none;
		color: #006699;
	}
a.link_personalizado2:active
	{
		text-decoration: none;
		color: #999;
	}
#chave,#butPesquisa
	{
		
		background-color:#ededed;
		border:0;
		
	}
#butPesquisa
	{
		margin-top:5px;
	}

.childMenu
	{
		/*border-right:1px solid #EEE;*/
	}
.childMenu:last-child
	{
		border-right:0;
	}
.nav a
	{
		font-size:16px;
	}
.borda1
	{
		border:1px solid #666 !important;
	}
.borda2
	{
		border:15px solid #EEE !important;
	}
.borda3
	{
		border:15px solid #ece0e0 !important;
	}
.borda4
	{
		border:2px solid #000 !important;
	}
@media screen and (min-width: 768px) 
	{
		.dropdown:hover .dropdown-menu {
		    display: block;
		}
		.dropdown-menu {
		    margin-top: 0px;
		}

	}

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

.navbar
	{
		/*background-color: #FFF !important;*/
		margin-bottom: -7px !important;
		margin-top: -1px !important;
	}

.navbar .icon-bar
	{
		background-color: #FFF !important;
	}


.navbar .navbar-nav {
    display: inline-block;
    float: none;
	margin-top:0px;
}
.navbar .navbar-collapse {
    text-align: center;
}

.navbar-nav .active
	{
		color:#FFF !important;
		background-color: #333 !important;
		transition:.3s;
	}
	
.navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		color:#FFF !important;
		background-color: #333 !important;
		transition:.3s;
}

.navbar-nav > li > a 
	{
		font-size: 18px;
		color: #333;
		line-height: 16px !important;
		padding: 15px !important;
		border-radius: 10px;
		margin-right: 10px;
		transition:.3s;
	}


#navbar2 .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		color:#FFF !important;
		background-color: #333 !important;
		transition:.3s;
}

#navbar2 .navbar-nav > li > a 
	{
		color:#000 !important;
		transition:.3s;
	}

#navbarProduto
	{
		display: flex;  
		align-items: center;  
		justify-content: center;
	}
#bySamuca
	{
		opacity: 0.2;
		transition:.5s;
	}
#bySamuca:hover
	{		
		opacity: 1;
		transition:.5s;
	}
.animado
	{
		transition:.5s;
	}
.amplia
	{

	}
.amplia:hover
	{
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
	}
.sombreado
	{
		transition:.5s;
		box-shadow: 0 3px 15px -7px #FFF;
	}
.sombreado:hover
	{
		transition:.5s;
		box-shadow: 0 10px 15px -3px #FFF;
	}
.sombreado2
	{
		transition:.5s;
		box-shadow: 0 1px 5px 0px #cc9999;
	}
.sombreado2:hover
	{
		transition:.5s;
		box-shadow: 0 1px 25px 0px #006699;
	}
.produto
	{
		height:360px;
		margin-bottom:30px;
	}

.produto2
	{
		height: 200px !important;
	}

.bold
	{
		font-weight:bold;
	}
.italic
	{
		 font-style:italic;
	}

.tachado
	{
		text-decoration: line-through;
	}