/*
########## COR PRINCIPAL: 6091BA

*/


/* *{border: 1px solid #CCC;} */

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

body
	{
		background-color: #FFF !important;
		/*
		background-image:url(/imagens/fundo4.jpg);
		background-repeat: repeat;
		background-attachment: fixed;
		background-size: cover;*/
		font-size: 16px !important;
		font-family: 'Arial Narrow' !important;
		color:#000 !important;
	}

.politica
	{
		position: fixed;
		width: 100%;
		bottom: 10px;
		margin: auto;
		z-index: 11;
	}

.matricula
	{
		position: fixed;
		bottom: -2px;
		margin: auto;
		z-index: 10;
		left: 50%;
    	transform: translateX(-50%);
	}

.borda-left1
	{
		border-left: 5px solid #006699 !important;
	}
.borda-left2
	{
		border-left: 5px solid #CCC !important;
		margin-left: 5px;
	}

.borda-left3
	{
		border-left: 5px solid #FF0000 !important;
		margin-left: 5px;
	}

.marginTop2
	{
		margin-top: 10px;
	}

.titulo h1
	{
		border-bottom: 1px solid #6091ba;
		padding:0 0 10px 0;
		margin:0 0 30px 0;
		position:relative;
		color:#6091BA;
	}
.titulo h1 span 
	{
		font-size: 18px;
		color:#999999;
	}
.titulo h1::before 
	{
		background: #6091ba;
		bottom: 0;
		content: "";
		display: inline-block;
		height: 1px;
		position: absolute;
		width: 80px;
	}

.titulo h2
	{
		border-bottom: 1px solid #6091ba;
		padding:0 0 10px 0;
		margin:0 0 30px 0;
		position:relative;
		color:#6091BA;
	}
.titulo h2 span 
	{
		font-size: 18px;
		color:#999999;
	}
.titulo h2::before 
	{
		background: #6091ba;
		bottom: 0;
		content: "";
		display: inline-block;
		height: 1px;
		position: absolute;
		width: 80px;
	}

.titulo h3
	{
		border-bottom: 1px solid #6091ba;
		padding:0 0 10px 0;
		margin:0 0 30px 0;
		position:relative;
		color:#6091BA;
	}
.titulo h3 span 
	{
		font-size: 18px;
		color:#999999;
	}
.titulo h3::before 
	{
		background: #6091ba;
		bottom: 0;
		content: "";
		display: inline-block;
		height: 1px;
		position: absolute;
		width: 80px;
	}

.titulo h4
	{
		border-bottom: 1px solid #6091ba;
		padding:0 0 10px 0;
		margin:0 0 30px 0;
		position:relative;
		color:#6091BA;
	}
.titulo h4 span 
	{
		font-size: 18px;
		color:#999999;
	}
.titulo h4::before 
	{
		background: #6091ba;
		bottom: 0;
		content: "";
		display: inline-block;
		height: 1px;
		position: absolute;
		width: 80px;
	}

h1
	{
		margin-bottom: 5px !important;
	}
h2
	{
		margin-bottom: 5px !important;
	}

h3
	{
		margin-bottom: 5px !important;
	}

.divWhatsapp
	{
		width: 60px;
		bottom: 20px;
		right: 20px;
		position: fixed;
		z-index: 10;

		-webkit-animation: animacao 1s ease;
        animation: animacao 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: infinite;
	}

@-webkit-keyframes animacao
	{
	    15%
	    {
	        -webkit-transform: translateY(0px);
	        transform: translateY(0px);
	    }
	    30%
	    {
	        -webkit-transform: translateY(2px);
	       transform: translateY(2px);
	    } 
	    50%
	    {
	        -webkit-transform: translateY(4px);
	        transform: translateY(4px);
	    }
	    65%
	    {
	        -webkit-transform: translateY(2px);
	        transform: translateY(2px);
	    }
	    80%
	    {
	        -webkit-transform: translateY(1px);
	        transform: translateY(1px);
	    }
	    100%
	    {
	        -webkit-transform: translateY(0);
	        transform: translateY(0);
	    }
	}

.alturaMinima1
	{
		min-height: 200px !important;
	}

.alturaMinima2
	{
		min-height: 5px !important;
	}

.overflow1
    {
        max-height: 380px !important;
        overflow: hidden !important;
    }

.pointer
	{
		cursor: pointer;
	}

#slide
	{
		margin-top: 0px;
	}

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

input,select,textarea
	{
		font-size: 16px !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;
	}

#slide .item img
	{
		width: 100% !important;
	}

img
	{
		max-width: 100%;
	}

.z-index1
	{
		z-index: 1;
	}

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;
	}

.margem0
	{
		margin: 0 !important;
	}

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

.margin-top2
	{
		margin-top: -6px !important;
	}

.margem-top3
	{
		margin-top: 10px !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;
	}
.semBordaInf
	{
		border-bottom: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:#273850;
	}
.cor2
	{
		color:#666;
	}
.cor3
	{
		color:#333;
	}
.cor4
	{
		color:#CCC !important;
	}
.cor5
	{
		color:#004e6c;
	}
.cor6
	{
		color:#FFF !important;
	}
.cor7
	{
		color:#999;
	}
.cor8
	{
		color: #CCC;
	}
.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:#6091BA !important;
		border:0 !important;
	}
.fundo5
	{
		background-color: #2F506C !important;
	}
.fundo6
	{
		background-color: #FFF !important;;
	}
.fundo7
	{
		background-image:url(/imagens/fundo1.png);
		background-repeat: repeat;
		background-color: #271a1a;
		/*
		background-position: center center;
		background-size: cover;*/
	}
.fundo8
	{
		background-color: #c0d7f1 !important;
	}
.fundo9
	{
		background-color: #004e6c !important;
	}
.fundo10
	{
		background-image:url(/imagens/fundo3.jpg);
		background-size: cover;
		background-position: top center;
	}

.fundo11
	{
		background-image:url(/imagens/fundo4.jpg);
		background-size: cover;
		background-position: top center;
	}

.fundo12
	{
		background-image:url(/imagens/fundo12.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
	}
.fundo13
	{
		background-image:url(/imagens/fundo4.png);
		background-repeat: no-repeat;
		background-position: bottom center;
	}
.fundo14
	{
		background-image:url(/imagens/fundo6.png);
		background-repeat: no-repeat;
		background-position: bottom center;
	}
.fundo15
	{
		background-image:url(/imagens/fundo15.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
.semfundo
	{
		background:none !important;
	}

.padding3
	{
		padding:3px !important;
	}

.padding5
	{
		padding:5px !important;
	}

.padding10
	{
		padding:10px;
	}

.padding20
	{
		padding:20px;
	}

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

/*.carousel-caption a
	{
		color:#333 !important;
	}
.carousel-inner img 
	{
		
	}*/
.carousel-caption2
	{
		top: 55%;
		transform: translateY(-50%);
		color:#333;
		text-shadow:none !important;
	}


.borda-inf1
	{
		border-bottom:1px dotted #999;
	}
.borda-inf2
	{
		border-bottom:1px solid #4a4a4a;
	}
.borda-inf3
	{
		border-bottom:1px solid #6091BA;
	}
.borda-inf4
	{
		border-bottom:4px solid #ffed00;
	}
.borda-inf5
	{
		border-bottom:4px solid #FFF !important;
	}
.borda-inf6
	{
		border-bottom:1px solid #FF0000 !important;
	}

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

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

.borda-top3
	{
		border-top:5px solid #6091BA;
	}

.borda-top4
	{
		border-top:3px solid #0099cc;
		opacity: 0.5;
	}

.sem-fundo
	{
		background:none !important;
		box-shadow: none !important;
	}

.sem-borda
	{
		border: 0px !important;
	}

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

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

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

.borda-radius-personalizado
	{
		border-radius: 10px !important;
		/*border-radius: 10px 0px 10px 10px !important;*/
	}

.margin-top-12
	{
		margin-top: 12px !important;
	}

.margin-top-15
	{
		margin-top: 15px !important;
	}

.margin-top-20
	{
		margin-top: 20px !important;
	}

.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;
	}
.fonte13
	{
		font-size:13px !important;
	}
.fonte14
	{
		font-size:14px !important;
	}
.fonte15
	{
		font-size:15px !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;
	}
.fonte35
	{
		font-size:35px !important;
	}
.fonte45
	{
		font-size:45px !important;
	}
.fonte55
	{
		font-size:55px !important;
	}
.fonte85
	{
		font-size:85px !important;
	}
	

a:link
	{
		transition:.2s;
		color: #273850 !important;
	}
a:visited
	{
		transition:.2s;
		color: #273850 !important;
	}
a:hover
	{
		transition:.2s;
		color: #000 !important;
	}
a:active
	{
		transition:.2s;
		color: #273850 !important;
	}


a.link_personalizado:link
	{
		color: #CCC !important;
	}
a.link_personalizado:visited
	{
		color: #CCC !important;
	}
a.link_personalizado:hover
	{
		color: #FFFFFF !important;
	}
a.link_personalizado:active
	{
		color: #CCC !important;
	}
	
	
.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: #FFF;
	}
a.link_personalizado2:active
	{
		text-decoration: none;
		color: #999;
	}

.link_personalizado3
	{
		transition:.2s;
	}
a.link_personalizado3:link
	{
		text-decoration:none;
		color: #FFF !important;
	}
a.link_personalizado3:visited
	{
		text-decoration: none;
		color: #FFF !important;
	}
a.link_personalizado3:hover
	{
		transition:.2s;
		text-decoration:none;
		color: #FFF !important;
	}
a.link_personalizado3:active
	{
		text-decoration: none;
		color: #FFF !important;
	}

#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:2px solid #CCC !important;
	}
.borda3
	{
		border:15px solid #ece0e0 !important;
	}
.borda4
	{
		border:10px solid #FFF !important;
	}


.dropdown:hover .dropdown-menu 
	{
    	display: block;
	}
.dropdown-menu 
	{
	    margin-top: 0px;
	}

@media screen and (max-width: 768px) 
	{
		.desktop
			{
				display: none !important;
			}
		.mobile
			{
				display: block !important;
			}

		

		.carousel-caption2
			{
				top: 25%;
			}
		
		/*h1
			{
				font-size: 30px !important;
			}
		h2
			{
				font-size: 28px !important;
			}
		h3,h4,h5
			{
				font-size: 20px !important;
			}*/
	}


.nav.navbar-nav {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: none;
  }
}

.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: left;
}

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

.navPrincipal .navbar-nav > li > a 
	{
		font-size: 18px;
		color: #666666 !important;
		
		line-height: 12px !important;
		padding: 12px !important;
		padding-top: 14px !important;
		padding-bottom: 14px !important;
		margin-top: 0px !important;
		margin-right: 5px;

		transition:.3s;

		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		
	}


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

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

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

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

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

	}
.amplia:hover
	{
        transform: scale(1.05);
	}
.sombreado
	{
		transition:.5s;
		box-shadow: 0 3px 15px -7px #FFF;
	}
.sombreado:hover
	{
		transition:.5s;
		box-shadow: 0 10px 15px -3px #6091BA;
	}
.sombreado2
	{
		transition:.5s;
		box-shadow: 0 1px 5px 0px #999;
	}
.sombreado2:hover
	{
		transition:.5s;
		box-shadow: 0 1px 25px 0px #6091BA;
	}
.produto
	{
		height:340px;
	}

.produto2
	{
		height: 250px !important;
	}

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

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

.pulse
    {
		animation: pulseEffect 2s infinite; /* Animação contínua */
    }

@keyframes pulseEffect
	{
		0%, 100% {
			transform: scale(1);   /* Estado normal */
			opacity: 1;
		}
		50% {
			transform: scale(1.1); /* Aumenta a escala em 10% */
			opacity: 0.85;
		}
	}

.card
	{
		position: relative;
		display: flex;
		flex-direction: column;
		min-width: 0; /* Para garantir que o flex não faça o card esticar */
		word-wrap: break-word; /* Quebra de texto dentro do card */
		background-color: #fff; /* Cor de fundo branca */
		background-clip: border-box;
		border: 1px solid rgba(0, 0, 0, 0.125); /* Borda sutil */
		border-radius: 0.25rem; /* Bordas arredondadas */

		/* Sombras para o card (imitação do box-shadow do Bootstrap 5) */
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075),
		0 2px 2px rgba(0, 0, 0, 0.075),
		0 4px 4px rgba(0, 0, 0, 0.075),
		0 8px 8px rgba(0, 0, 0, 0.075),
		0 16px 16px rgba(0, 0, 0, 0.075);
	}

.card-body
	{
		flex: 1 1 auto; /* Ocupa todo o espaço disponível no card */
		padding: 1rem; /* Espaçamento interno */
	}

.panel-heading .toggle-icon
	{
		position: absolute;
		left: -20px;
		top: 50%;
		transform: translateY(-50%);
	}

.close
	{
		position: absolute;
		top: 10px;
		right: 10px;
		color: #000;
		text-decoration: none;
		font-size: 24px;
	}

#backgroundIaPage
	{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 9999;
		background: rgb(255, 255, 255);
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		font-size: 24px;
	}

.card
	{
		background-color: #fff;
		padding: 20px;
		border-radius: 10px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	}

.progress
	{
		margin-top: 20px;
		height: 30px;
	}

.progress-bar
	{
		background-color: #007bff;
	}