
/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		line-height: 2.25em;
	}

	h2
	{
		font-size: 2.25em;
		margin: 0 0 1.1em 0;
		line-height: 1em;
	}
	
	h3
	{
		font-size: 1.35em;
		margin: 0 0 1em 0;
	}
	
	/* Button */

		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button
		{
			font-size: 1.35em;
			padding: 0.6em 1.5em;
		}

			input[type="button"].big,
			input[type="submit"].big,
			input[type="reset"].big,
			.button.big
			{
				font-size: 2.25em;
				padding: 0.8em 0.9em;
			}

			.button.icon
			{
			}

				.button.icon:before
				{
					margin-right: 0.5em;
					top: 0.05em;
				}

	/* Box */	
	
		.box
		{
			padding: 2em;
		}
			
			.box.feature
			{
				padding: 0;
                background-color:transparent;
			}
				
				.box.feature .inner
				{
					padding: 4em 2em 3em 2em;
				}
				
				.box.feature h2
				{
					font-size: 1.35em;
				}

				.box.feature p
				{
					margin: 0;
				}

				.box.feature .image
				{
					position: relative;
					margin: 0;
				}

					.box.feature .image img
					{
						border-radius: 0;
                        margin-top:5px;
					}

/*********************************************************************************/
/* Widgets                                                                       */
/*********************************************************************************/

	.widget
	{
	}

		.widget.thumbnails
		{
		}

			.widget.thumbnails .grid
			{
				margin: 0 0 3em 0;
			}

			.widget.thumbnails .image
			{
				margin: 0;
			}
	
/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{

	}
	
	#features-wrapper
	{
		padding: 0 0 3em 0;
	}
	
	#main-wrapper
	{
		padding: 0 0 0 0;
        margin: 20px 0;
	}

    #menu-wrapper
	{
        color:#fff;
        background-color:#F7C419;
	}
	
	#footer-wrapper
	{
		padding: 1em 0;
        color:#fff;
        background-color:#104D53;
        margin-top:10px;
	}
    
	#footer-wrapper2
	{
		padding: 1em 0;
        color:#fff;
        background-color:#1D8F9C;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		padding: 2em 0 0 0;
	}

		#logo h1
		{
			float: left;
			margin: 0 0.35em 0 0;
			padding: 0.25em 0.2em 0.25em 0.2em;
			font-size: 3.25em;
			letter-spacing: 0.05em;
		}

		#logo span
		{
			line-height: 4.5em;
			letter-spacing: 0.025em;
			font-size: 0.9em;
		}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#net
	{
		position: absolute;
		right: 0;
		top: 0;
		font-size: 0.9em;
	}
    
			#net ul li
			{
				float: left;
			}

				#net ul li a,
				#net ul li span
				{
					-moz-transition: background-color .25s ease-in-out;
					-webkit-transition: background-color .25s ease-in-out;
					-o-transition: background-color .25s ease-in-out;
					-ms-transition: background-color .25s ease-in-out;
					transition: background-color .25s ease-in-out;
                    
                    color: #6d6d6d;
                    font-family: Verdana,sans-serif;
                    font-size: 14pt;
                    padding: 0 5px;
                    text-decoration: none;
                    text-transform: uppercase;
				}

	#nav
	{
		font-size: 0;
	}
	
		#nav ul
		{
		}
			
			#nav ul li
			{
				float: left;
                text-align: center;
				padding-left: 1.5em;
                line-height: 9px;
		        padding: 70px 15px 0 15px;
		        border-radius: 0 0 6px 6px;
			}

				#nav ul li a,
				#nav ul li span
				{
					-moz-transition: background-color .25s ease-in-out;
					-webkit-transition: background-color .25s ease-in-out;
					-o-transition: background-color .25s ease-in-out;
					-ms-transition: background-color .25s ease-in-out;
					transition: background-color .25s ease-in-out;
                    
                    color: #1E8E9C;
                    font-family: Verdana, sans-serif;
                    font-size: 8pt;
                    text-decoration: none;
                    text-transform: uppercase;
				}
				
				#nav ul li > ul
				{
					display: none;
				}

			#nav ul li:hover
			{
			}

				

			#nav ul li.active
			{
				background: #F7C419;
                color: #fff;
			}

				#nav ul li.active a,
				#nav ul li.active span
				{
                    color:#fff;
				}

			#nav ul li.current
			{
			}

				#nav ul li.current a
				{
					background: #222;
					color: #fff;
				}
				
	.dropotron
	{
		background: #fff;
		letter-spacing: 0.025em;
		color: #696969;
		text-decoration: none;
		border-radius: 6px;
		padding: 0.75em 0;
		min-width: 15em;
		box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1), 0 0.25em 0.25em 0.1em rgba(0,0,0,0.025);
		margin-top: calc(-0.75em + 1px);
		margin-left: -1px;
	}

		.dropotron li
		{
			border-top: solid 1px #eee;
			line-height: 3em;
		}

			.dropotron li:first-child
			{
				border-top: 0;
			}
	
			.dropotron li > a,
			.dropotron li > span
			{
				text-decoration: none;
                color: #1D8F9C;
				display: block;
				padding: 0 1.5em;
				-moz-transition: color .25s ease-in-out, background-color .25s ease-in-out;
				-webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
				-o-transition: color .25s ease-in-out, background-color .25s ease-in-out;
				-ms-transition: color .25s ease-in-out, background-color .25s ease-in-out;
				transition: color .25s ease-in-out, background-color .25s ease-in-out;
			}
			    .dropotron li > a:hover,
			    .dropotron li > span:hover
			    {
                    color: #fff;
                    background-color: #F7C419;
			    }
	
		.dropotron.level-0
		{
			font-size: 0.8em;
			margin-left: 1.5em;
			margin-top: 0;
		}
		
			.dropotron.level-0:before
			{
				content: '';
				position: absolute;
				top: -0.5em;
				left: 1em;
				border-bottom: solid 0.75em #ffffff;
				border-left: solid 0.75em transparent;
				border-right: solid 0.75em transparent;
				z-index: 1;
			}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		padding: 4.5em;
	}

		#banner h2
		{
			font-size: 2.6em;
			margin: 0.1em 0 0.35em 0;
		}

		#banner p
		{
			font-size: 2.75em;
			line-height: 1.35em;
			margin: 0;
		}
		
		#banner .button
		{
			width: 100%;
			margin-bottom: 0.5em;
		}
		
			#banner .button.icon:before
			{
				position: absolute;
				right: 0.15em;
				top: 50%;
				margin-top: -0.5em;
			}

		#banner .button.alt
		{
			margin-bottom: 0;
		}
		
		#banner ul
		{
			margin: 0 0 0 2em;
		}

        
	.banner
	{
        background-position:center center;
        float:left;
        width:100%;
        height:300px;
        background-repeat:no-repeat;
         background-size: cover;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
        font-size: 10px;
        line-height: 12px;
        text-align: right;
	}

        #footer .\33 u:last-child {
            /*border-left: 1px solid #F07B39;*/
        }
        
	#footer2
	{

	}

        #footer2 h3 {
            color: #fff;
            font-size: 12px;
        }
        
        #footer2 li {
            color: #fff;
            margin: 0;
            padding: 5px 0;
            line-height: 10px;
        }

        #footer2 a {
            color: #fff;
            font-size: 9px;
            text-decoration: none;
        }
        
        #footer2 b {
            color: #fff;
            font-size: 10px;
        }
        
        #footer2 a:hover {
            text-decoration: underline;
        }

	#copyright
	{
		text-align: center;
        color: #6d6d6d;
        font-size: 12px;
	}
    
/*********************************************************************************/
/* Menu                                                                        */
/*********************************************************************************/

	#menu
	{
	}
	
	.menu
	{
        display: inline-block;
        font-size: 11px;
        padding-right: 25px;
        font-weight: bold;
	}

        .menu:last-child {
            padding: 0;
        }

    
    h4  { color:#072764; font-weight:normal; font-size:20px; margin:20px 0; }

    h6  { border-bottom:solid 5px #E0E0E0; color:#F9C419; font-weight:bold; font-size:20px; }

    
    #slide_galeria          { width:100%; height:820px; margin-top:30px; position:relative; float:left; }

    #slideHome      {  }
    .imgSlideHome   { position: relative; height: 483px; width: 653px; background-position: center center; background-repeat: no-repeat; background-size: cover; }

    #slideHome a    { text-decoration: none; color: #fff; }
    .backSlideText  { width: 100%; height: 100px; background-color: rgba(1, 75, 84, 0.75); bottom: 0; text-transform: uppercase; position: absolute; }
    .slideText      { color: #ffffff; padding:10px 10px 0 150px; font-size: 12px; line-height: 26px; }
    .slideTextTitulo    { font-weight: bold; }
    .slideTextDescricao { font-size: 10px; }

    .mImageText     {  }
    .mImageText a   {  }
    .mImageText a:hover    { text-decoration: underline; }
    .mImageText img { width: 120px; height: 121px; }
    .mImageText .de { margin-top: 20px; color: #5a5a5a; padding-left: 20px; }
    .mImageText .ti { color: #fff; float: left; font-size: 10px; padding-left: 7px; text-align: left; width: 100%; }
    .mImageText .te { float: left; font-size: 10px; line-height: 16px; margin-top: 5px; }
    
    .mText      { margin: 20px 0; }
    .mText a    {  }
    .mText a:hover    { text-decoration: underline; }
    .mText .de  { color: #5a5a5a; }
    .mText .ti  { float: left; width: 100%; color: #fff; font-size: 10px; text-align: left; padding-left: 7px; text-transform: none; }
    .mText .te  { float: left; font-size: 10px; line-height: 16px; text-align: justify; min-height:90px; margin-top: 5px; }
    
    .Destaque           { margin: 20px 0; }
    .Destaque .image.featured       { margin: 0; }
    .destaqueContent    { float: left; }
    .destaqueText       { padding: 20px; font-size: 12px; line-height: 14px; text-align: center; min-height: 106px; }
    .destaqueText a     { color: #fff; text-decoration: none; }
    .destaqueTitulo     { font-weight: bold; font-size: 20px; margin-bottom: 10px; }
        
    #Noticias .mImageText img  { border: solid 0px #5a5a5a; width: 155px; height: 138px; float: left; margin-top: 20px; margin-right: 20px; }
    #Noticias .mImageText .de  { position: relative; height: 65px; width: 251px; float: left; }
    #Noticias .mImageText .te  { display: block; color: #5a5a5a; float: none; line-height: 18px;  }
    #Noticias .mImageText .ti  { color: #5a5a5a; font-weight: bold; text-align: left; margin-bottom: 15px; line-height: 14px; padding: 0; margin-top: 20px; float: none; display: block; font-size: 13px; }

    #CursosEventos .mImageText img  { border: solid 1px #5a5a5a; width: 65px; height: 65px; float: left; margin-top: 20px; margin-right: 20px; }
    #CursosEventos .mImageText .de  { position: relative; height: 65px; width: 251px; float: left; }
    #CursosEventos .mImageText .te  { bottom: 0; color: #5a5a5a;  display: block; float: none; }
    #CursosEventos .mImageText .ti  { color: #5a5a5a; font-weight: bold; text-align: left; line-height: 14px; padding: 0; margin-top: 20px; float: none; display: block; font-size: 13px; }

    .button {
        background-color: #fac100;
        border-radius: 7px;
        color: #ffffff;
        cursor: pointer;
        float: left;
        margin: 10px 0;
        padding: 5px 15px;
        font-size: 12px;
        line-height: 12px;
    }
    .button a { color: #ffffff; text-decoration: none; }

    #navHome {
        float: left;
        height: 55px;
        margin-left: 32px;
        top: 420px;
        position: absolute;
        text-align: center;
        width: 80px;
        z-index: 10;
        float: left;
    }
    #navHome a {
        background: transparent url("/Content/imagens/bullets.png") no-repeat scroll 0 0;
        display: inline-block;
        font-size: 0;
        height: 16px;
        margin: 0 5px 10px;
        width: 16px;
        float: left;
    }
    #navHome a.activeSlide {
        background-position: 0 -16px;
    }

    .MenuMobile { display: none; }

    .menu a { color: #fff; text-decoration: none; }

    #tab            { float: left; width: 233px; height: 115px; margin-top: 10px; }
    .tabHead        { float: right; padding: 10px 20px; font-size: 11px; line-height: 0; color: #1D8F9C; cursor: pointer; }
    .tabHead.sel   { background-color: #F7C419; color: #ffffff; }
    .corpoTab       { float: left; width: 100%; background-color: #F7C419; padding: 10px; }
    .tabContent     { float: left; width: 100%; line-height: 11px; font-size: 11px; padding: 5px 0; background-color: #1D8F9C; color: #ffffff; text-align: center; min-height: 32px; }
    .tabContent a   { color: #ffffff; text-decoration: none; }

    
#Busca          {
    background-image: url("images/bgBusca.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    margin-top: -4px;
    padding: 5px;
    width: 240px;
}
#txtBusca       { background-color: transparent; margin-left: 13px; margin-top: -2px; border: none; font-size: 11px; }

    .unit           { background-image: url(/images/unit.jpg); background-repeat: no-repeat; background-position: bottom; float: left; width: 15px; height: 15px; margin: 10px 10px 0 0; }
    .unit.select    { background-position: top; }
    
    .unid           { background-image: url(/images/unid.jpg); background-repeat: no-repeat; background-position: top; float: left; width: 30px; height: 30px; margin: 3px 10px; }
    
    .linh           { background-image: url(/images/linh.jpg); background-repeat: no-repeat; background-position: top; float: left; width: 30px; height: 30px; margin: 3px 10px; }
    .aLinha.select      { color: #2190AC; }
